summaryrefslogtreecommitdiff
path: root/dselect/method.cc
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 /dselect/method.cc
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 'dselect/method.cc')
-rw-r--r--dselect/method.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dselect/method.cc b/dselect/method.cc
index e2e60f783..a2107ed7f 100644
--- a/dselect/method.cc
+++ b/dselect/method.cc
@@ -52,7 +52,7 @@ static const char *const methoddirectories[]= {
LIBDIR "/" METHODSDIR,
LOCALLIBDIR "/" METHODSDIR,
0
-};
+};
static char *methodlockfile= 0;
static int methlockfd= -1;
@@ -141,7 +141,7 @@ falliblesubprocess(struct command *cmd)
{
pid_t c1;
int status, i, c;
-
+
cursesoff();
subproc_signals_setup(cmd->name);
@@ -270,7 +270,7 @@ urqresult urq_setup(void) {
} else {
ur= urqr_fail;
}
-
+
pop_cleanup(ehflag_normaltidy);
return ur;
}