[Groonga-commit] droonga/droonga-http-server at 1426840 [master] Fix indent

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 25 17:34:45 JST 2014


YUKI Hiroshi	2014-09-25 17:34:45 +0900 (Thu, 25 Sep 2014)

  New Revision: 1426840e3f55493b57f1327b0dfd580d641f8bd8
  https://github.com/droonga/droonga-http-server/commit/1426840e3f55493b57f1327b0dfd580d641f8bd8

  Message:
    Fix indent

  Modified files:
    bin/droonga-http-server-configure

  Modified: bin/droonga-http-server-configure (+9 -9)
===================================================================
--- bin/droonga-http-server-configure    2014-09-25 17:34:22 +0900 (46a54a6)
+++ bin/droonga-http-server-configure    2014-09-25 17:34:45 +0900 (1ed5627)
@@ -81,15 +81,15 @@ function ensureHaveWritePermission() {
         return reject(error);
       }
 
-    testFile = baseDir + '/' + Date.now() + '.test';
-    touch(testFile, {}, function(error) {
-      if (error || !fs.existsSync(testFile)) {
-        onFailed();
-        return reject(error);
-      }
-      fs.unlinkSync(testFile);
-      resolve();
-    });
+      testFile = baseDir + '/' + Date.now() + '.test';
+      touch(testFile, {}, function(error) {
+        if (error || !fs.existsSync(testFile)) {
+          onFailed();
+          return reject(error);
+        }
+        fs.unlinkSync(testFile);
+        resolve();
+      });
     });
   });
 }
-------------- next part --------------
HTML����������������������������...
Download 



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