chiark / gitweb /
fix indent
[disorder] / server / disorderd.c
index 944777a8a94e7047a0a5b0bdd5316d25623d45fe..e8e1046067bc1d9fc831e7cbd31220e13e1d4f8a 100644 (file)
@@ -264,8 +264,8 @@ int main(int argc, char **argv) {
   if(config->lock) {
     const char *lockfile;
     int lockfd;
-   struct flock lock;
-    
+    struct flock lock;
+
     lockfile = config_get_file("lock");
     if((lockfd = open(lockfile, O_RDWR|O_CREAT, 0600)) < 0)
       fatal(errno, "error opening %s", lockfile);