[Groonga-mysql-commit] mroonga/mroonga at c100437 [master] Remove trailing spaces

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 29 00:01:00 JST 2014


Kouhei Sutou	2014-04-29 00:01:00 +0900 (Tue, 29 Apr 2014)

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

  Message:
    Remove trailing spaces

  Modified files:
    Makefile.am

  Modified: Makefile.am (+2 -2)
===================================================================
--- Makefile.am    2014-04-28 23:56:46 +0900 (bb6bb6b)
+++ Makefile.am    2014-04-29 00:01:00 +0900 (59df0a5)
@@ -134,8 +134,8 @@ update-version:
 	  printf "0x%02x%02x"							\
 	    $(NEW_VERSION_MAJOR) $(NEW_VERSION_MINOR)$(NEW_VERSION_MICRO)	\
 	    > $(srcdir)/version_in_hex;						\
-	  printf "%d.%d" 							\
-	    $(NEW_VERSION_MAJOR) $(NEW_VERSION_MINOR)$(NEW_VERSION_MICRO) 	\
+	  printf "%d.%d"							\
+	    $(NEW_VERSION_MAJOR) $(NEW_VERSION_MINOR)$(NEW_VERSION_MICRO)	\
 	    > $(srcdir)/plugin_version;						\
 	fi
 
-------------- next part --------------
HTML����������������������������...
Download 



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