diff mbox

configure.ac: fix indentation that slipped in

Message ID 1409600795-1698-1-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 17581b102a6be77b1cd17400b32c2ec8f4186fc4
Headers show

Commit Message

Anders Roxell Sept. 1, 2014, 7:46 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---

unsure why this commit 4b18b9fd607f23cf1cffb71fc7bae6738938a64b got pushed
when it got review comments see [1]
fixing the review comments and readding the removed newline.

Cheers,
Anders

[1] http://lists.linaro.org/pipermail/lng-odp/2014-September/002899.html

 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Maxim Uvarov Sept. 1, 2014, 8:30 p.m. UTC | #1
On 09/01/2014 11:46 PM, Anders Roxell wrote:
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>
> unsure why this commit 4b18b9fd607f23cf1cffb71fc7bae6738938a64b got pushed
> when it got review comments see [1]
> fixing the review comments and readding the removed newline.
My mistake sorry. I applied it for review found that there are tabs but 
did not reset it after that. And it was pushed with upper commit.

Maxim.

> Cheers,
> Anders
>
> [1] http://lists.linaro.org/pipermail/lng-odp/2014-September/002899.html
>
>   configure.ac | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index da109b7..e33e1a5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -170,7 +170,8 @@ AC_OUTPUT
>   AC_MSG_RESULT([
>   	$PACKAGE $VERSION
>   	========
> -        with_platform:          ${with_platform}
> +
> +	with_platform:		${with_platform}
>   	prefix:			${prefix}
>   	sysconfdir:		${sysconfdir}
>   	libdir:			${libdir}
Maxim Uvarov Sept. 2, 2014, 8:48 a.m. UTC | #2
Thanks for fixing that,
Applied!

Maxim.

On 09/01/2014 11:46 PM, Anders Roxell wrote:
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>
> unsure why this commit 4b18b9fd607f23cf1cffb71fc7bae6738938a64b got pushed
> when it got review comments see [1]
> fixing the review comments and readding the removed newline.
>
> Cheers,
> Anders
>
> [1] http://lists.linaro.org/pipermail/lng-odp/2014-September/002899.html
>
>   configure.ac | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index da109b7..e33e1a5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -170,7 +170,8 @@ AC_OUTPUT
>   AC_MSG_RESULT([
>   	$PACKAGE $VERSION
>   	========
> -        with_platform:          ${with_platform}
> +
> +	with_platform:		${with_platform}
>   	prefix:			${prefix}
>   	sysconfdir:		${sysconfdir}
>   	libdir:			${libdir}
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index da109b7..e33e1a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -170,7 +170,8 @@  AC_OUTPUT
 AC_MSG_RESULT([
 	$PACKAGE $VERSION
 	========
-        with_platform:          ${with_platform}
+
+	with_platform:		${with_platform}
 	prefix:			${prefix}
 	sysconfdir:		${sysconfdir}
 	libdir:			${libdir}