All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] Makefile.am: Fix indentation
@ 2012-04-12 16:04 Anderson Lizardo
  2012-04-13 10:05 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Anderson Lizardo @ 2012-04-12 16:04 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Anderson Lizardo

Only these two lines were using spaces instead of tabs.
---
 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

I know it is trivial, but it just stands out while modifying the file.

diff --git a/Makefile.am b/Makefile.am
index b770fc5..4368593 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -221,8 +221,8 @@ builtin_sources += thermometer/main.c \
 			thermometer/thermometer.h thermometer/thermometer.c \
 			alert/main.c alert/server.h alert/server.c \
 			time/main.c time/server.h time/server.c \
-            plugins/gatt-example.c \
-            proximity/main.c proximity/manager.h proximity/manager.c \
+			plugins/gatt-example.c \
+			proximity/main.c proximity/manager.h proximity/manager.c \
 			proximity/monitor.h proximity/monitor.c \
 			proximity/reporter.h proximity/reporter.c \
 			proximity/linkloss.h proximity/linkloss.c \
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BlueZ] Makefile.am: Fix indentation
  2012-04-12 16:04 [PATCH BlueZ] Makefile.am: Fix indentation Anderson Lizardo
@ 2012-04-13 10:05 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2012-04-13 10:05 UTC (permalink / raw)
  To: Anderson Lizardo; +Cc: linux-bluetooth

Hi Lizardo,

On Thu, Apr 12, 2012, Anderson Lizardo wrote:
> Only these two lines were using spaces instead of tabs.
> ---
>  Makefile.am |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Applied. Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-13 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12 16:04 [PATCH BlueZ] Makefile.am: Fix indentation Anderson Lizardo
2012-04-13 10:05 ` Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.