[Spice-devel] [qxl 2/2] build-sys: Fix indentation of trailing \ in Makefile.am

Christophe Fergeau cfergeau at redhat.com
Fri Mar 20 09:04:46 PDT 2015


Make sure they are indented with tabs and aligned.
---
 src/Makefile.am | 116 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 58 insertions(+), 58 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 7926f69..ca4c02b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,25 +40,25 @@ qxl_drv_la_LIBADD += $(LIBUDEV_LIBS)
 endif
 
 
-qxl_drv_la_SOURCES =				\
-	qxl.h					\
-	qxl_driver.c				\
-	qxl_image.c				\
-	qxl_surface.c				\
-	qxl_surface_ums.c			\
-	qxl_surface.h				\
-	qxl_ring.c				\
-	qxl_mem.c				\
-	mspace.c				\
-	mspace.h				\
-	murmurhash3.c				\
-	murmurhash3.h				\
-	qxl_cursor.c				\
+qxl_drv_la_SOURCES =			\
+	qxl.h				\
+	qxl_driver.c			\
+	qxl_image.c			\
+	qxl_surface.c			\
+	qxl_surface_ums.c		\
+	qxl_surface.h			\
+	qxl_ring.c			\
+	qxl_mem.c			\
+	mspace.c			\
+	mspace.h			\
+	murmurhash3.c			\
+	murmurhash3.h			\
+	qxl_cursor.c			\
 	qxl_option_helpers.c		\
 	qxl_option_helpers.h		\
 	qxl_uxa.c			\
-	qxl_ums_mode.c                  \
-	qxl_io.c                        \
+	qxl_ums_mode.c			\
+	qxl_io.c			\
 	dfps.c				\
 	qxl_kms.c			\
 	qxl_drmmode.c			\
@@ -75,48 +75,48 @@ spiceqxl_drv_la_CFLAGS = -DXSPICE $(AM_CFLAGS) $(SPICE_CFLAGS)
 
 spiceqxl_drv_la_LIBADD = uxa/libuxa.la $(XORG_LIBS)
 
-spiceqxl_drv_la_SOURCES =				\
-	qxl.h					\
-	qxl_option_helpers.c			\
-	qxl_option_helpers.h			\
-	spiceqxl_util.h					\
-	spiceqxl_util.c					\
-	spiceqxl_spice_server.c			\
-	spiceqxl_spice_server.h			\
-	spiceqxl_io_port.c			\
-	spiceqxl_io_port.h			\
-	spiceqxl_driver.c			\
-	spiceqxl_driver.h			\
-	spiceqxl_main_loop.c			\
+spiceqxl_drv_la_SOURCES =		\
+	qxl.h				\
+	qxl_option_helpers.c		\
+	qxl_option_helpers.h		\
+	spiceqxl_util.h			\
+	spiceqxl_util.c			\
+	spiceqxl_spice_server.c		\
+	spiceqxl_spice_server.h		\
+	spiceqxl_io_port.c		\
+	spiceqxl_io_port.h		\
+	spiceqxl_driver.c		\
+	spiceqxl_driver.h		\
+	spiceqxl_main_loop.c		\
 	spiceqxl_main_loop.h		\
-	spiceqxl_display.c			\
-	spiceqxl_display.h			\
-	spiceqxl_vdagent.c			\
-	spiceqxl_vdagent.h			\
-	spiceqxl_uinput.c			\
-	spiceqxl_uinput.h			\
-	spiceqxl_audio.c			\
-	spiceqxl_smartcard.c			\
-	spiceqxl_smartcard.h			\
-	spiceqxl_audio.h			\
-	spiceqxl_inputs.c			\
-	spiceqxl_inputs.h			\
-	qxl_driver.c				\
-	qxl_image.c				\
-	qxl_surface.c				\
-	qxl_surface_ums.c			\
-	qxl_surface.h				\
-	qxl_ring.c				\
-	qxl_mem.c				\
-	mspace.c				\
-	mspace.h				\
-	murmurhash3.c				\
-	murmurhash3.h				\
-	qxl_cursor.c				\
-	dfps.c				        \
-	dfps.h						\
-	qxl_uxa.c                               \
-	qxl_ums_mode.c                     	\
-	qxl_io.c                                \
+	spiceqxl_display.c		\
+	spiceqxl_display.h		\
+	spiceqxl_vdagent.c		\
+	spiceqxl_vdagent.h		\
+	spiceqxl_uinput.c		\
+	spiceqxl_uinput.h		\
+	spiceqxl_audio.c		\
+	spiceqxl_smartcard.c		\
+	spiceqxl_smartcard.h		\
+	spiceqxl_audio.h		\
+	spiceqxl_inputs.c		\
+	spiceqxl_inputs.h		\
+	qxl_driver.c			\
+	qxl_image.c			\
+	qxl_surface.c			\
+	qxl_surface_ums.c		\
+	qxl_surface.h			\
+	qxl_ring.c			\
+	qxl_mem.c			\
+	mspace.c			\
+	mspace.h			\
+	murmurhash3.c			\
+	murmurhash3.h			\
+	qxl_cursor.c			\
+	dfps.c				\
+	dfps.h				\
+	qxl_uxa.c			\
+	qxl_ums_mode.c			\
+	qxl_io.c			\
 	compat-api.h
 endif
-- 
2.1.0



More information about the Spice-devel mailing list