diff options
author | Luka Perkov <luka@openwrt.org> | 2013-12-09 11:30:14 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-12-09 11:30:14 +0000 |
commit | 3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122 (patch) | |
tree | 30f8751c74750a210d9321522993e8fa17ffcd1c /package/base-files/files/etc/init.d/umount | |
parent | 18dd10190370853c3efc10b33711313a3ecb9a09 (diff) | |
download | upstream-3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122.tar.gz upstream-3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122.tar.bz2 upstream-3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122.zip |
base-files: fix whitespaces
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39006
Diffstat (limited to 'package/base-files/files/etc/init.d/umount')
-rwxr-xr-x | package/base-files/files/etc/init.d/umount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/umount b/package/base-files/files/etc/init.d/umount index 5a750b93c6..13ac61a812 100755 --- a/package/base-files/files/etc/init.d/umount +++ b/package/base-files/files/etc/init.d/umount @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006 OpenWrt.org STOP=99 stop() { |