From: Michael Adam Date: Tue, 4 Sep 2012 12:50:53 +0000 (+0200) Subject: s3:smbd: in sys_disk_free(), fix line length and indentation of debug statement X-Git-Tag: samba-4.0.0rc1~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04ac7816262dcb69dd88fe0409c5bd03ab894f56;p=thirdparty%2Fsamba.git s3:smbd: in sys_disk_free(), fix line length and indentation of debug statement --- diff --git a/source3/smbd/dfree.c b/source3/smbd/dfree.c index 0b849a62084..f95f5f933d9 100644 --- a/source3/smbd/dfree.c +++ b/source3/smbd/dfree.c @@ -123,8 +123,9 @@ uint64_t sys_disk_free(connection_struct *conn, const char *path, bool small_que if (!*dfree) *dfree = 1024; } else { - DEBUG (0, ("disk_free: file_lines_load() failed for command %s. Error was : %s\n", - syscmd, strerror(errno) )); + DEBUG (0, ("disk_free: file_lines_load() failed for " + "command %s. Error was : %s\n", + syscmd, strerror(errno) )); if (sys_fsusage(path, dfree, dsize) != 0) { DEBUG (0, ("disk_free: sys_fsusage() failed. Error was : %s\n", strerror(errno) ));