[Groonga-mysql-commit] mroonga/mroonga [master] Remove a needless space before open parenthesis

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 20日 (火) 18:45:59 JST


Kouhei Sutou	2012-03-20 18:45:59 +0900 (Tue, 20 Mar 2012)

  New Revision: 7b14be572343963148cfb352b9d6b56bb741d5ab

  Log:
    Remove a needless space before open parenthesis

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -2)
===================================================================
--- CMakeLists.txt    2012-03-20 18:44:02 +0900 (8bcb60c)
+++ CMakeLists.txt    2012-03-20 18:45:59 +0900 (92a8c09)
@@ -118,12 +118,12 @@ link_directories(
 
 install(TARGETS ha_mroonga DESTINATION "${MYSQL_PLUGIN_DIR}")
 
-configure_file (
+configure_file(
   "${PROJECT_SOURCE_DIR}/mrn_version.h.in"
   "${PROJECT_BINARY_DIR}/mrn_version.h"
   )
 
-configure_file (
+configure_file(
   "${PROJECT_SOURCE_DIR}/config.sh.in"
   "${PROJECT_BINARY_DIR}/config.sh"
   )




Groonga-mysql-commit メーリングリストの案内
Back to archive index