minor cleanups
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 4 Feb 2004 21:22:15 +0000 (21:22 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 4 Feb 2004 21:22:15 +0000 (21:22 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@793 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/vunify-init.hc
util-vserver/src/vunify.c

index 3eb3852..6346b33 100644 (file)
@@ -132,8 +132,8 @@ initMatchList(struct MatchList *list, char const *vserver,
   char                 **fixed_files = 0;
   size_t               fixed_count   = 0;
 
-  char                 **expr_files   = 0;
-  size_t               expr_count     = 0;
+  char                 **expr_files  = 0;
+  size_t               expr_count    = 0;
 
   if (global_args->verbosity>3) {
     WRITE_MSG(1, "Initializing exclude-list for ");
@@ -175,7 +175,7 @@ initMatchList(struct MatchList *list, char const *vserver,
 
 static bool
 initMatchListByVserver(struct MatchList *list, char const *vserver,
-             char const **res_appdir)
+                      char const **res_appdir)
 {
   vcCfgStyle   style;
   char const   *vdir;
index 03a4e43..943605f 100644 (file)
@@ -69,7 +69,7 @@ showHelp(int fd, char const *cmd, int res)
            "                       done (in combination with '-v')\n"
            "  -v              ...  verbose mode\n"
            "  -x              ...  do not cross filesystems; this is valid in manual\n"
-           "                       mode only and will be ignored for vserver unification\n"
+           "                       mode only and will be ignored for vserver unification\n\n"
            "Please report bugs to " PACKAGE_BUGREPORT "\n");
 #if 0      
            "  -C              ...  use cached excludelists; usually they will be\n"