diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-17 16:28:10 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-17 16:28:10 +0000 |
commit | 85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212 (patch) | |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 /scripts/checkhelp.awk | |
parent | 75648f106cb64fb6ccbb4a79d89fd6aef7298081 (diff) | |
download | busybox-w32-85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212.tar.gz busybox-w32-85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212.tar.bz2 busybox-w32-85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212.zip |
whitespace cleanup
git-svn-id: svn://busybox.net/trunk/busybox@16142 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts/checkhelp.awk')
-rwxr-xr-x | scripts/checkhelp.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkhelp.awk b/scripts/checkhelp.awk index 85d0661a7..608a46e58 100755 --- a/scripts/checkhelp.awk +++ b/scripts/checkhelp.awk | |||
@@ -2,7 +2,7 @@ | |||
2 | # AWK script to check for missing help entries for config options | 2 | # AWK script to check for missing help entries for config options |
3 | # | 3 | # |
4 | # Copyright (C) 2006 Bernhard Fischer | 4 | # Copyright (C) 2006 Bernhard Fischer |
5 | # | 5 | # |
6 | # This file is distributed under the terms and conditions of the | 6 | # This file is distributed under the terms and conditions of the |
7 | # MIT/X public licenses. See http://opensource.org/licenses/mit-license.html | 7 | # MIT/X public licenses. See http://opensource.org/licenses/mit-license.html |
8 | # and notice http://www.gnu.org/licenses/license-list.html#X11License | 8 | # and notice http://www.gnu.org/licenses/license-list.html#X11License |