[Groonga-commit] groonga/groonga-normalizer-mysql at 55bc44f [master] Don't use ")" (close parenthesis) only line style

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 25 11:32:01 JST 2013


Kouhei Sutou	2013-04-25 11:32:01 +0900 (Thu, 25 Apr 2013)

  New Revision: 55bc44f9f43b1d7eb04d02f36d6943c4f95cb967
  https://github.com/groonga/groonga-normalizer-mysql/commit/55bc44f9f43b1d7eb04d02f36d6943c4f95cb967

  Message:
    Don't use ")" (close parenthesis) only line style

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+3 -6)
===================================================================
--- CMakeLists.txt    2013-04-25 11:31:14 +0900 (caacf71)
+++ CMakeLists.txt    2013-04-25 11:32:01 +0900 (3f8b387)
@@ -44,17 +44,14 @@ else()
 endif()
 
 add_definitions(
-  -DHAVE_CONFIG_H
-  )
+  -DHAVE_CONFIG_H)
 
 include_directories(
   ${CMAKE_BINARY_DIR}
-  ${GROONGA_INCLUDE_DIRS}
-  )
+  ${GROONGA_INCLUDE_DIRS})
 
 link_directories(
-  ${GROONGA_LIBRARY_DIRS}
-  )
+  ${GROONGA_LIBRARY_DIRS})
 
 add_subdirectory(normalizers)
 
-------------- next part --------------
HTML����������������������������...
Download 



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