summaryrefslogtreecommitdiff
path: root/dselect/method.cc
diff options
context:
space:
mode:
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;
}