From 37bf7324b284c2ea060d75c396c5e947ec7a316c Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Fri, 18 Nov 2011 10:04:48 +0100 Subject: [PATCH] code style fixes --- mxmount | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mxmount b/mxmount index 87c66d9..125c00c 100755 --- a/mxmount +++ b/mxmount @@ -22,10 +22,10 @@ $fullhostname = hostname(); %D = (); %V = ( - DEFAULT_MOUNT_FS => '', - DEFAULT_MOUNT_OPTIONS => '', + DEFAULT_MOUNT_FS => '', + DEFAULT_MOUNT_OPTIONS => '', DEFAULT_EXPORT_OPTIONS => '', - DEFAULT_MOUNT_PREFIX => '/', + DEFAULT_MOUNT_PREFIX => '/', SHORTHOST => $hostname, FULLHOST => $fullhostname,