[Groonga-mysql-commit] mroonga/mroonga [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 5 09:32:40 JST 2012


Kouhei Sutou	2012-10-05 09:32:40 +0900 (Fri, 05 Oct 2012)

  New Revision: a5110e4083b2d9b5399085875201bee18de0e754
  https://github.com/mroonga/mroonga/commit/a5110e4083b2d9b5399085875201bee18de0e754

  Log:
    Fix style
    
    We should add a space between type name and "*".

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2012-10-05 04:49:47 +0900 (79aaee5)
+++ ha_mroonga.cpp    2012-10-05 09:32:40 +0900 (dcbdfa2)
@@ -43,7 +43,7 @@
 #  include <direct.h>
 #  define MRN_MKDIR(pathname, mode) _mkdir((pathname))
 #  define MRN_ALLOCATE_VARIABLE_LENGTH_ARRAYS(type, variable_name, variable_size) \
-    type* variable_name = (type*)_malloca(sizeof(type) * variable_size)
+    type *variable_name = (type *)_malloca(sizeof(type) * variable_size)
 #else
 #  include <dirent.h>
 #  include <unistd.h>
-------------- next part --------------
HTML����������������������������...
Download 



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