[Buildroot] [git commit] package: indentation cleanup

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Nov 3 07:33:36 UTC 2014


Dear Peter Korsgaard,

On Sun, 2 Nov 2014 23:27:01 +0100, Peter Korsgaard wrote:

> diff --git a/package/gdb/Config.in b/package/gdb/Config.in
> index a96df1e..b211878 100644
> --- a/package/gdb/Config.in
> +++ b/package/gdb/Config.in
> @@ -8,7 +8,7 @@ config BR2_PACKAGE_GDB
>  	# target, we don't allow building a separate gdbserver. The
>  	# one from the external toolchain should be used.
>  	select BR2_PACKAGE_GDB_SERVER if \
> -	       (!BR2_PACKAGE_GDB_DEBUGGER && !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY)
> +		(!BR2_PACKAGE_GDB_DEBUGGER && !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY)

Is this really the rule that we want for Config.in file? I do prefer to
align with the previous line rather than enforcing the use of a fixed
number of tabs. But I guess it's a matter of taste.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list