Commit c0c0cda2 authored by Darren Hart's avatar Darren Hart Committed by Michal Marek

merge_config.sh: whitespace cleanup

Fix whitespace usage in the clean_up routine.
Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
Acked-by: default avatarJohn Stultz <john.stultz@linaro.org>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 041b78c8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment