From cadeb41388928c84e39842b6a45d1bdce1773ad4 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 5 Nov 2011 19:07:47 +0100 Subject: [PATCH] Code reformating. --- sbr/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbr/utils.c b/sbr/utils.c index 5c1253d..99c5510 100644 --- a/sbr/utils.c +++ b/sbr/utils.c @@ -70,8 +70,8 @@ pwd(void) if (!getcwd(curwd, PATH_MAX)) { admonish(NULL, "unable to determine working directory"); - if (!mypath || !*mypath - || (strcpy(curwd, mypath), chdir(curwd)) == -1) { + if (!mypath || !*mypath || + (strcpy(curwd, mypath), chdir(curwd)) == -1) { strcpy(curwd, "/"); chdir(curwd); } -- 1.7.10.4