Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Nov 18, 2011
1 parent a049329 commit 37bf732
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mxmount
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 37bf732

Please sign in to comment.