From b063ca7c0d2f88a3ee348598b5f3062405fc0406 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Thu, 12 Apr 2012 12:04:48 -0400 Subject: [PATCH] Makefile.am: Fix indentation Only these two lines were using spaces instead of tabs. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b770fc51c..43685939a 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 \ -- 2.47.3