aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Hart <[email protected]>2012-01-10 15:41:12 -0800
committerMichal Marek <[email protected]>2012-01-14 21:44:29 +0100
commitc0c0cda276b796e9c9710672b3bb4a737dbb4900 (patch)
tree3719ff50ba97aaf742aeb336737fe329b5f1c1c9
parent041b78c89b1fe68f44c45e8b6cc6c9f8ea8f0e4c (diff)
merge_config.sh: whitespace cleanup
Fix whitespace usage in the clean_up routine. Signed-off-by: Darren Hart <[email protected]> Acked-by: John Stultz <[email protected]> Cc: Michal Marek <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Michal Marek <[email protected]>
-rw-r--r--scripts/kconfig/merge_config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/merge_config.sh b/scripts/kconfig/merge_config.sh
index b91015df96aa..07bb8863577b 100644
--- a/scripts/kconfig/merge_config.sh
+++ b/scripts/kconfig/merge_config.sh
@@ -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