浏览代码

Fix line indentation

This is purely cosmetic.
tags/1.0
Timo Röhling 11 年前
父节点
当前提交
521be6ecc3
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5
    5
      postsrsd.c

+ 5
- 5
postsrsd.c 查看文件

@@ -260,17 +260,17 @@ int main (int argc, char **argv)
260 260
         user = strdup(optarg);
261 261
         break;
262 262
       case 'c':
263
-	chroot_dir = strdup(optarg);
264
-	break;
263
+        chroot_dir = strdup(optarg);
264
+        break;
265 265
       case 'D':
266 266
         daemonize = TRUE;
267 267
         break;
268 268
       case 'h':
269
-	show_help();
269
+        show_help();
270 270
         return EXIT_SUCCESS;
271 271
       case 'v':
272
-	fprintf (stdout, "%s\n", VERSION);
273
-	return EXIT_SUCCESS;
272
+        fprintf (stdout, "%s\n", VERSION);
273
+        return EXIT_SUCCESS;
274 274
     }
275 275
   }
276 276
   if (domain == NULL) {

正在加载...
取消
保存