Bläddra i källkod

dpkg: Fix indentation

Guillem Jover 11 år sedan
förälder
incheckning
67d6106e54
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/unpack.c

+ 2 - 2
src/unpack.c

@@ -618,8 +618,8 @@ void process_archive(const char *filename) {
   if (wanttoinstall(pkg)) {
   if (wanttoinstall(pkg)) {
     pkg_set_want(pkg, PKG_WANT_INSTALL);
     pkg_set_want(pkg, PKG_WANT_INSTALL);
   } else {
   } else {
-      pop_cleanup(ehflag_normaltidy);
-      return;
+    pop_cleanup(ehflag_normaltidy);
+    return;
   }
   }
 
 
   /* Deconfigure other instances from a pkgset if they are not in sync. */
   /* Deconfigure other instances from a pkgset if they are not in sync. */