[Groonga-commit] groonga/groonga [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 29 17:53:44 JST 2013


Kouhei Sutou	2013-03-29 17:53:44 +0900 (Fri, 29 Mar 2013)

  New Revision: d9be218b44595174346d6af1fc296df757e03767
  https://github.com/groonga/groonga/commit/d9be218b44595174346d6af1fc296df757e03767

  Message:
    Fix style
    
    { for function start should be placed at the head of line.

  Modified files:
    lib/db.c

  Modified: lib/db.c (+2 -1)
===================================================================
--- lib/db.c    2013-03-29 17:14:12 +0900 (d3d8506)
+++ lib/db.c    2013-03-29 17:53:44 +0900 (9135173)
@@ -1851,7 +1851,8 @@ grn_table_add_subrec_inline(grn_obj *table, grn_rset_recinfo *ri, int score,
 
 void
 grn_table_add_subrec(grn_obj *table, grn_rset_recinfo *ri, int score,
-                     grn_rset_posinfo *pi, int dir) {
+                     grn_rset_posinfo *pi, int dir)
+{
   grn_table_add_subrec_inline(table, ri, score, pi, dir);
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index