From 6aab712cb4220c5a8471ba581c06676af19fae07 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 14 Jan 2008 05:05:22 +0000 Subject: strip trailing newlines --- src/rc/mountinfo.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/rc/mountinfo.c') diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c index 989dcbd..8a847b8 100644 --- a/src/rc/mountinfo.c +++ b/src/rc/mountinfo.c @@ -3,7 +3,7 @@ Obtains information about mounted filesystems. */ -/* +/* * Copyright 2007 Roy Marples * All rights reserved @@ -35,7 +35,7 @@ #if defined(__DragonFly__) || defined(__FreeBSD__) # include # include -# define F_FLAGS f_flags +# define F_FLAGS f_flags #elif defined(BSD) # include # define statfs statvfs @@ -169,7 +169,7 @@ static int process_mount (char ***list, struct args *args, return (-1); } -#ifdef BSD +#ifdef BSD /* Translate the mounted options to english * This is taken directly from FreeBSD mount.c */ @@ -195,7 +195,7 @@ static struct opt { #endif #ifdef MNT_NOCLUSTERW { MNT_NOCLUSTERW, "noclusterw" }, -#endif +#endif #ifdef MNT_SUIDDIR { MNT_SUIDDIR, "suiddir" }, #endif -- cgit v1.2.3