From 7c5acf8660ddfce4746152e03749b699532f513f Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Wed, 30 Dec 2009 07:48:49 +0800 Subject: whitespace cleanup, mostly for docs Remove useless space/tab at end of lines. Remove spaces in indentation and replace with tab. Signed-off-by: Antonio Borneo Signed-off-by: David Brownell --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 268d07c1..9094a27c 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #!/bin/sh -e # Run the autotools bootstrap sequence to create the configure script -# Stop execution as soon as we have an unknown command +# Stop execution as soon as we have an unknown command set -e if libtoolize --version >/dev/null 2>&1; then -- cgit v1.2.3