[Groonga-commit] groonga/groonga [master] fix space alignment.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 11日 (金) 10:47:12 JST


Susumu Yata	2011-11-11 01:47:12 +0000 (Fri, 11 Nov 2011)

  New Revision: 7c238e4582f05b3070e576f6a70ffed13b90db5e

  Log:
    fix space alignment.

  Modified files:
    test/unit/core/dat/test-prefix-cursor.cpp

  Modified: test/unit/core/dat/test-prefix-cursor.cpp (+4 -4)
===================================================================
--- test/unit/core/dat/test-prefix-cursor.cpp    2011-11-11 01:46:35 +0000 (8d20f64)
+++ test/unit/core/dat/test-prefix-cursor.cpp    2011-11-11 01:47:12 +0000 (f02debc)
@@ -30,10 +30,10 @@ namespace
   void create_trie(grn::dat::Trie *trie)
   {
     trie->create();
-    trie->insert("東京", std::strlen("東京"));        // ID: 1, 3rd
-    trie->insert("京都", std::strlen("京都"));        // ID: 2, 1st
-    trie->insert("東京都", std::strlen("東京都"));     // ID: 3, 4th
-    trie->insert("京都府", std::strlen("京都府"));     // ID: 4, 2nd
+    trie->insert("東京", std::strlen("東京"));          // ID: 1, 3rd
+    trie->insert("京都", std::strlen("京都"));          // ID: 2, 1st
+    trie->insert("東京都", std::strlen("東京都"));      // ID: 3, 4th
+    trie->insert("京都府", std::strlen("京都府"));      // ID: 4, 2nd
     trie->insert("東京都庁", std::strlen("東京都庁"));  // ID: 5, 5th
   }
 }




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