[gthumb] fixed indentation



commit a0b6f7a071fdf581ca13a67d48cf83deac3c653a
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Oct 31 16:18:05 2011 +0100

    fixed indentation

 copy-n-paste/Makefile.am |   29 ++++++++++++++++-------------
 1 files changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/copy-n-paste/Makefile.am b/copy-n-paste/Makefile.am
index 0e223d9..9d31db5 100644
--- a/copy-n-paste/Makefile.am
+++ b/copy-n-paste/Makefile.am
@@ -1,22 +1,25 @@
-
 noinst_LTLIBRARIES = libeggsmclient.la
 
-libeggsmclient_la_LIBADD = $(SMCLIENT_LIBS) \
-			   $(GTK_LIBS)
+libeggsmclient_la_LIBADD = 			\
+	$(SMCLIENT_LIBS)			\
+	$(GTK_LIBS)
 
-libeggsmclient_la_CFLAGS = -DG_LOG_DOMAIN=\""EggSMClient"\" \
-			   -DEGG_SM_CLIENT_BACKEND_XSMP     \
-			   $(SMCLIENT_CFLAGS)               \
-			   $(GTK_CFLAGS)
+libeggsmclient_la_CFLAGS = 			\
+	-DG_LOG_DOMAIN=\""EggSMClient"\" 	\
+	-DEGG_SM_CLIENT_BACKEND_XSMP     	\
+	$(SMCLIENT_CFLAGS)               	\
+	$(GTK_CFLAGS)
 
-libeggsmclient_la_SOURCES = eggdesktopfile.h \
-			    eggdesktopfile.c
+libeggsmclient_la_SOURCES = 			\
+	eggdesktopfile.h 			\
+	eggdesktopfile.c
 
 if WITH_SMCLIENT
-libeggsmclient_la_SOURCES += eggsmclient.h \
-			     eggsmclient.c \
-			     eggsmclient-private.h \
-			     eggsmclient-xsmp.c
+libeggsmclient_la_SOURCES += 			\
+	eggsmclient.h 				\
+	eggsmclient.c 				\
+	eggsmclient-private.h 			\
+	eggsmclient-xsmp.c
 endif
 
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]