[Groonga-commit] groonga/groonga at e0c806e [master] Fix indent

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Dec 20 18:16:05 JST 2013


Kouhei Sutou	2013-12-20 18:16:05 +0900 (Fri, 20 Dec 2013)

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

  Message:
    Fix indent

  Modified files:
    lib/geo.h

  Modified: lib/geo.h (+4 -4)
===================================================================
--- lib/geo.h    2013-12-20 17:48:34 +0900 (6ad4b36)
+++ lib/geo.h    2013-12-20 18:16:05 +0900 (d790181)
@@ -26,13 +26,13 @@
 
 #ifdef WIN32
 #define _USE_MATH_DEFINES
-#  if !defined MAX
+# if !defined MAX
 #  define MAX(a, b) ((a) > (b) ? (a) : (b))
-#  endif
+# endif
 
-#  if !defined MIN
+# if !defined MIN
 #  define MIN(a, b) ((a) < (b) ? (a) : (b))
-#  endif
+# endif
 #endif /* WIN32 */
 #include <math.h>
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る