From: markus schnalke Date: Sat, 5 Nov 2011 18:07:47 +0000 (+0100) Subject: Code reformating. X-Git-Tag: mmh-thesis-end~473 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=cadeb41388928c84e39842b6a45d1bdce1773ad4 Code reformating. --- 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); }