[klibc] [PATCH 3/5] mount: whitespace policy

maximilian attems max at stro.at
Thu Jul 7 06:24:01 PDT 2011


fix:
WARNING: space prohibited between function name and open parenthesis '('

Signed-off-by: maximilian attems <max at stro.at>
---
 usr/utils/mount_main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr/utils/mount_main.c b/usr/utils/mount_main.c
index ee08720..ab3cb71 100644
--- a/usr/utils/mount_main.c
+++ b/usr/utils/mount_main.c
@@ -44,9 +44,9 @@ static __noreturn print_mount(char *type)
 			continue;
 		printf("%s on %s", mnt->mnt_fsname, mnt->mnt_dir);
 		if (mnt->mnt_type != NULL && mnt->mnt_type != '\0')
-			printf (" type %s", mnt->mnt_type);
+			printf(" type %s", mnt->mnt_type);
 		if (mnt->mnt_opts != NULL && mnt->mnt_opts != '\0')
-			printf (" (%s)", mnt->mnt_opts);
+			printf(" (%s)", mnt->mnt_opts);
 		printf("\n");
 	}
 	endmntent(mfp);
-- 
1.7.5.4



More information about the klibc mailing list