From 5746309cb4be2073d550ad7a6885e918631dbc38 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Aug 2011 21:54:06 +0000 Subject: indentation --- src/util/os_installation.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/util/os_installation.c') diff --git a/src/util/os_installation.c b/src/util/os_installation.c index 188401abb..00825f2b7 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -57,9 +57,9 @@ get_path_from_proc_maps () return NULL; while (NULL != fgets (line, sizeof (line), f)) { - if ((1 == sscanf (line, - "%*x-%*x %*c%*c%*c%*c %*x %*2u:%*2u %*u%*[ ]%s", - dir)) && (NULL != (lgu = strstr (dir, "libgnunetutil")))) + if ((1 == + sscanf (line, "%*x-%*x %*c%*c%*c%*c %*x %*2u:%*2u %*u%*[ ]%s", dir)) && + (NULL != (lgu = strstr (dir, "libgnunetutil")))) { lgu[0] = '\0'; fclose (f); @@ -476,8 +476,8 @@ GNUNET_OS_check_helper_binary (const char *binary) } if (0 != STAT (p, &statbuf)) { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - _("stat (%s) failed: %s\n"), p, STRERROR (errno)); + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("stat (%s) failed: %s\n"), p, + STRERROR (errno)); GNUNET_free (p); return GNUNET_SYSERR; } -- cgit v1.2.3