cosmetic fix (indent and use c-style comments)
[openwrt.git] / target / linux / ar7-2.6 / patches / 900-git-fix.diff
1 --- linux-2.6.19.orig/scripts/setlocalversion   2006-11-30 04:57:37.000000000 +0700
2 +++ linux-2.6.19/scripts/setlocalversion        2006-12-25 12:50:53.000000000 +0700
3 @@ -1,6 +1,8 @@
4  #!/bin/sh
5  # Print additional version information for non-release trees.
6  
7 +exit 0
8 +
9  usage() {
10         echo "Usage: $0 [srctree]" >&2
11         exit 1