[Groonga-commit] groonga/gcs [master] Reduce "Tab"

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Tue Aug 14 18:48:46 JST 2012


SHIMODA Hiroshi	2012-08-14 18:48:46 +0900 (Tue, 14 Aug 2012)

  New Revision: 50e7884de3162083e7bff79e5629705b6e2a58ae
  https://github.com/groonga/gcs/commit/50e7884de3162083e7bff79e5629705b6e2a58ae

  Log:
    Reduce "Tab"

  Modified files:
    lib/database/domain.js

  Modified: lib/database/domain.js (+2 -2)
===================================================================
--- lib/database/domain.js    2012-08-14 18:46:20 +0900 (f1b2936)
+++ lib/database/domain.js    2012-08-14 18:48:46 +0900 (42ce96f)
@@ -310,9 +310,9 @@ Domain.prototype = {
       getResult = this.context.commandSync('get', options);
     } catch (error) {
       if (/nonexistent key:/.test(error.message)) {
-	return null;
+        return null;
       } else {
-	throw error;
+        throw error;
       }
     }
 
-------------- next part --------------
HTML����������������������������...
Download 



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