On Mon, 2011-11-21 at 11:42 -0800, Darren Hart wrote: > Fix whitespace usage in the clean_up routine. > > Signed-off-by: Darren Hart <dvhart@xxxxxxxxxxxxxxx> Acked-by: John Stultz <john.stultz@xxxxxxxxxx> > --- > scripts/kconfig/merge_config.sh | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/scripts/kconfig/merge_config.sh b/scripts/kconfig/merge_config.sh > index b91015d..07bb886 100755 > --- 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 > -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html