[Groonga-mysql-commit] mroonga/mroonga at e290eb9 [master] Indent

Back to archive index
Kentaro Hayashi null+****@clear*****
Mon Nov 19 17:43:10 JST 2018


Kentaro Hayashi	2018-11-19 17:43:10 +0900 (Mon, 19 Nov 2018)

  Revision: e290eb9b622302ed66e9608ffc7d1082b5e0475f
  https://github.com/mroonga/mroonga/commit/e290eb9b622302ed66e9608ffc7d1082b5e0475f

  Message:
    Indent

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+5 -5)
===================================================================
--- mrn_mysql_compat.h    2018-11-19 17:18:45 +0900 (30cf6cbd)
+++ mrn_mysql_compat.h    2018-11-19 17:43:10 +0900 (b8d7149a)
@@ -153,11 +153,11 @@
 #endif
 
 #ifdef MRN_KEY_PART_SPEC_FIELD_NAME_USE_CONST_STRING
-#if (MYSQL_VERSION_ID >= 80013 && !defined(MRN_MARIADB_P))
-  typedef char mrn_key_part_spec_field_name;
-#else
-  typedef LEX_CSTRING mrn_key_part_spec_field_name;
-#endif
+#  if (MYSQL_VERSION_ID >= 80013 && !defined(MRN_MARIADB_P))
+     typedef char mrn_key_part_spec_field_name;
+#  else
+     typedef LEX_CSTRING mrn_key_part_spec_field_name;
+#  endif
 #else
   typedef LEX_STRING mrn_key_part_spec_field_name;
 #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20181119/ba18a959/attachment-0001.html>


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