Skip to content

Commit

Permalink
merge_config.sh: whitespace cleanup
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dvhart authored and michal42 committed Jan 14, 2012
1 parent 041b78c commit c0c0cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/kconfig/merge_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c0c0cda

Please sign in to comment.