[Groonga-commit] groonga/groonga.org at 8a3782b [gh-pages] Remove trailing spaces

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 29 16:41:55 JST 2015


Kouhei Sutou	2015-03-29 16:41:55 +0900 (Sun, 29 Mar 2015)

  New Revision: 8a3782b2f5836e3cfca1e0fc8b56d00fe993f332
  https://github.com/groonga/groonga.org/commit/8a3782b2f5836e3cfca1e0fc8b56d00fe993f332

  Message:
    Remove trailing spaces

  Modified files:
    ja/_posts/2015-03-29-release.md

  Modified: ja/_posts/2015-03-29-release.md (+2 -2)
===================================================================
--- ja/_posts/2015-03-29-release.md    2015-03-29 14:12:54 +0900 (a27f971)
+++ ja/_posts/2015-03-29-release.md    2015-03-29 16:41:55 +0900 (236a15d)
@@ -37,13 +37,13 @@ description: Groonga 5.0.1をリリースしました!
 
     grn_obj *score;
     double score_value;
-  
+
     if (score->header.domain == GRN_DB_FLOAT) {
       score_value = GRN_FLOAT_VALUE(score);
     } else {
       score_value = (double)GRN_INT32_VALUE_FLOAT_VALUE(score);
     }
-  
+
 また、`grn_search_optarg`を次のように`0`で初期化してください。
 
     grn_search_optarg options;
-------------- next part --------------
HTML����������������������������...
下载 



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