[Groonga-mysql-commit] mroonga/mroonga at e943baa [master] Fix brace position

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 6 15:22:28 JST 2013


Kouhei Sutou	2013-12-06 15:22:28 +0900 (Fri, 06 Dec 2013)

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

  Message:
    Fix brace position

  Modified files:
    lib/mrn_time_converter.cpp

  Modified: lib/mrn_time_converter.cpp (+4 -8)
===================================================================
--- lib/mrn_time_converter.cpp    2013-12-06 15:01:51 +0900 (36b4eab)
+++ lib/mrn_time_converter.cpp    2013-12-06 15:22:28 +0900 (63bafa2)
@@ -34,8 +34,7 @@ namespace mrn {
   TimeConverter::~TimeConverter() {
   }
 
-  time_t TimeConverter::tm_to_time_gm(struct tm *time)
-  {
+  time_t TimeConverter::tm_to_time_gm(struct tm *time) {
     MRN_DBUG_ENTER_METHOD();
     struct tm gmdate;
     time_t sec_t = mktime(time);
@@ -63,8 +62,7 @@ namespace mrn {
   }
 
   long long int TimeConverter::tm_to_grn_time(struct tm *time, int usec,
-                                              bool *truncated)
-  {
+                                              bool *truncated) {
     MRN_DBUG_ENTER_METHOD();
 
     long long int grn_time;
@@ -85,8 +83,7 @@ namespace mrn {
   }
 
   long long int TimeConverter::mysql_time_to_grn_time(MYSQL_TIME *mysql_time,
-                                                      bool *truncated)
-  {
+                                                      bool *truncated) {
     MRN_DBUG_ENTER_METHOD();
 
     int usec = mysql_time->second_part;
@@ -180,8 +177,7 @@ namespace mrn {
   }
 
   void TimeConverter::grn_time_to_mysql_time(long long int grn_time,
-                                             MYSQL_TIME *mysql_time)
-  {
+                                             MYSQL_TIME *mysql_time) {
     MRN_DBUG_ENTER_METHOD();
     long long int sec;
     int usec;
-------------- next part --------------
HTML����������������������������...
Download 



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