mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
merge_config.sh: whitespace cleanup
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> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
041b78c89b
commit
c0c0cda276
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue