[Groonga-commit] groonga/express-kotoumi [master] Fix broken indent

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Jan 22 16:01:37 JST 2013


YUKI Hiroshi	2013-01-22 16:01:37 +0900 (Tue, 22 Jan 2013)

  New Revision: 8dcef832b507c37853c9e6c0aa58d43881971b5f
  https://github.com/groonga/express-kotoumi/commit/8dcef832b507c37853c9e6c0aa58d43881971b5f

  Log:
    Fix broken indent

  Modified files:
    lib/backend-adaptor.js

  Modified: lib/backend-adaptor.js (+7 -7)
===================================================================
--- lib/backend-adaptor.js    2013-01-22 16:00:58 +0900 (60915aa)
+++ lib/backend-adaptor.js    2013-01-22 16:01:37 +0900 (c5757da)
@@ -1,15 +1,15 @@
 /**
- * var connection = new Connection({ tag:         'groonga',
- *                                   hostName:    'localhost',
- *                                   port:        24224,
+ * var connection = new Connection({ tag:             'groonga',
+ *                                   hostName:        'localhost',
+ *                                   port:            24224,
  *                                   receiveHostName: 'localhost',
- *                                   receivePort: 10030 });
+ *                                   receivePort:     10030 });
  * or
  * var server = require('http').createServer(handler);
  * server.listen(10030);
- * var connection = new Connection({ tag:        'groonga',
- *                                   hostName:   'localhost',
- *                                   port:       24224,
+ * var connection = new Connection({ tag:             'groonga',
+ *                                   hostName:        'localhost',
+ *                                   port:            24224,
  *                                   receiveHostName: 'localhost',
  *                                   receiveServer:   server });
  *
-------------- next part --------------
HTML����������������������������...
Download 



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