]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
merge_config.sh: whitespace cleanup
authorDarren Hart <dvhart@linux.intel.com>
Thu, 8 Dec 2011 04:33:14 +0000 (15:33 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Dec 2011 06:43:03 +0000 (17:43 +1100)
Fix whitespace usage in the clean_up routine.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Acked-by: John Stultz <john.stultz@linaro.org>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/kconfig/merge_config.sh

index b91015df96aa49c2fb28f4cd5a73f6d77f75b065..07bb8863577b281e6eee6e237248acc8a6f68140 100644 (file)
@@ -21,8 +21,8 @@
 #  See the GNU General Public License for more details.
 
 clean_up() {
-       rm -f $TMP_FILE
-       exit
+       rm -f $TMP_FILE
+       exit
 }
 trap clean_up HUP INT TERM