summaryrefslogtreecommitdiff
path: root/dpkg-deb/info.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-11-01 08:18:28 +0100
committerGuillem Jover <guillem@debian.org>2010-11-19 05:21:14 +0100
commitc6ea15b9850f26ea3b5a13667396c89e00aa9890 (patch)
tree9da3c56846f1e9f0e75d3ac619713c6467af472a /dpkg-deb/info.c
parent7ee4f4f2ef5ca3d9fa1426ac93f78ead2280bc36 (diff)
downloaddpkg-c6ea15b9850f26ea3b5a13667396c89e00aa9890.tar.gz
Cleanup white spaces
Remove trailing spaces. Remove blank lines not separating different code blocks. Remove blank lines at the end of the file.
Diffstat (limited to 'dpkg-deb/info.c')
-rw-r--r--dpkg-deb/info.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dpkg-deb/info.c b/dpkg-deb/info.c
index 8485d0778..bde85cd95 100644
--- a/dpkg-deb/info.c
+++ b/dpkg-deb/info.c
@@ -63,14 +63,14 @@ static void cu_info_prepare(int argc, void **argv) {
ohshite(_("unable to execute %s (%s)"), _("rm command for cleanup"), RM);
}
subproc_wait_check(c1, _("rm command for cleanup"), 0);
-}
+}
static void info_prepare(const char *const **argvp,
const char **debarp,
const char **directoryp,
int admininfo) {
char *dbuf;
-
+
*debarp= *(*argvp)++;
if (!*debarp) badusage(_("--%s needs a .deb filename argument"),cipaction->olong);
@@ -289,7 +289,7 @@ void do_field(const char *const *argv) {
void do_contents(const char *const *argv) {
const char *debar;
-
+
if (!(debar= *argv++) || *argv) badusage(_("--contents takes exactly one argument"));
extracthalf(debar, NULL, "tv", 0);
}