Parcourir la source

Fix line indentation

This is purely cosmetic.
tags/1.0
Timo Röhling il y a 13 ans
Parent
révision
521be6ecc3
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5
    5
      postsrsd.c

+ 5
- 5
postsrsd.c Voir le fichier

260
         user = strdup(optarg);
260
         user = strdup(optarg);
261
         break;
261
         break;
262
       case 'c':
262
       case 'c':
263
-	chroot_dir = strdup(optarg);
264
-	break;
263
+        chroot_dir = strdup(optarg);
264
+        break;
265
       case 'D':
265
       case 'D':
266
         daemonize = TRUE;
266
         daemonize = TRUE;
267
         break;
267
         break;
268
       case 'h':
268
       case 'h':
269
-	show_help();
269
+        show_help();
270
         return EXIT_SUCCESS;
270
         return EXIT_SUCCESS;
271
       case 'v':
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
   if (domain == NULL) {
276
   if (domain == NULL) {

Chargement…
Annuler
Enregistrer