[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] doc: untabify

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:41:40 JST 2012


Kouhei Sutou	2012-04-09 14:07:30 +0900 (Mon, 09 Apr 2012)

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

  Log:
    doc: untabify

  Modified files:
    doc/source/developer/coding_style.rst

  Modified: doc/source/developer/coding_style.rst (+2 -2)
===================================================================
--- doc/source/developer/coding_style.rst    2012-04-08 22:57:03 +0900 (9a79145)
+++ doc/source/developer/coding_style.rst    2012-04-09 14:07:30 +0900 (e64473d)
@@ -422,7 +422,7 @@ voidを省略
       {
          Record *record = records[i];
          Column *column = columns[column_name];
-	 column.set_value(value);
+         column.set_value(value);
       }
     }
 
@@ -434,7 +434,7 @@ voidを省略
       {
          Record *record = records[i];
          Column *column = columns[column_name];
-	 column.set_value(value);
+         column.set_value(value);
       }
     }
 
-------------- next part --------------
HTML����������������������������...
Download 



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