[Groonga-commit] nroonga/nroonga at a1edcb9 [master] Insert space after else if

Back to archive index

abetomo null+****@clear*****
Wed Aug 30 14:22:15 JST 2017


abetomo	2017-08-30 14:22:15 +0900 (Wed, 30 Aug 2017)

  New Revision: a1edcb91ecc199b1d2626755dca250273ba2097f
  https://github.com/nroonga/nroonga/commit/a1edcb91ecc199b1d2626755dca250273ba2097f

  Merged 4a52907: Merge pull request #9 from abetomo/clean_coding_style

  Message:
    Insert space after else if

  Modified files:
    src/nroonga.cc

  Modified: src/nroonga.cc (+1 -1)
===================================================================
--- src/nroonga.cc    2017-08-30 14:18:20 +0900 (758a255)
+++ src/nroonga.cc    2017-08-30 14:22:15 +0900 (0f6b8f4)
@@ -40,7 +40,7 @@ void Database::New(const FunctionCallbackInfo<Value>& args) {
   grn_ctx_init(ctx, 0);
   if (args[0]->IsUndefined()) {
     db->database = grn_db_create(ctx, NULL, NULL);
-  } else if(args[0]->IsString()) {
+  } else if (args[0]->IsString()) {
     String::Utf8Value path(args[0]->ToString());
     if (args.Length() > 1 && args[1]->IsTrue()) {
       db->database = grn_db_open(ctx, *path);
-------------- next part --------------
HTML����������������������������...
下载 



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