[Groonga-commit] nroonga/nroonga at 9130faa [master] Fix indentation

Back to archive index

abetomo null+****@clear*****
Thu Sep 7 17:27:56 JST 2017


abetomo	2017-09-07 17:27:56 +0900 (Thu, 07 Sep 2017)

  New Revision: 9130faa481f4a5e575f065d479a20c7571f30a4e
  https://github.com/nroonga/nroonga/commit/9130faa481f4a5e575f065d479a20c7571f30a4e

  Merged e41f6af: Merge pull request #17 from abetomo/fix_callback

  Message:
    Fix indentation

  Modified files:
    src/nroonga.cc

  Modified: src/nroonga.cc (+3 -4)
===================================================================
--- src/nroonga.cc    2017-09-07 17:27:18 +0900 (791944f)
+++ src/nroonga.cc    2017-09-07 17:27:56 +0900 (4d893cb)
@@ -155,10 +155,9 @@ void Database::CommandString(const Nan::FunctionCallbackInfo<v8::Value>& info) {
 
   baton->command = std::string(*command, command.length());
   uv_queue_work(uv_default_loop(),
-      &baton->request,
-      CommandWork,
-      (uv_after_work_cb)CommandAfter
-      );
+                &baton->request,
+                CommandWork,
+                (uv_after_work_cb)CommandAfter);
 
   info.GetReturnValue().Set(Nan::Undefined());
 }
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170907/95c603ed/attachment.htm 



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