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/sysctl | |
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/sysctl')
-rwxr-xr-x | package/base-files/files/etc/init.d/sysctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/sysctl b/package/base-files/files/etc/init.d/sysctl index 3480d66410..36e29eabcb 100755 --- a/package/base-files/files/etc/init.d/sysctl +++ b/package/base-files/files/etc/init.d/sysctl @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006 OpenWrt.org START=11 start() { |