gpointing-device-settings r169 - in trunk: modules src



Author: hiikezoe
Date: Sat Mar  7 23:40:24 2009
New Revision: 169
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=169&view=rev

Log:
cosmetic fix.

Modified:
   trunk/modules/gpds-touchpad-ui.c
   trunk/src/Makefile.am

Modified: trunk/modules/gpds-touchpad-ui.c
==============================================================================
--- trunk/modules/gpds-touchpad-ui.c	(original)
+++ trunk/modules/gpds-touchpad-ui.c	Sat Mar  7 23:40:24 2009
@@ -536,7 +536,7 @@
 
 static gboolean
 get_integer_properties (GpdsXInput *xinput, GpdsTouchpadProperty property,
-                      gint **values, gulong *n_values)
+                        gint **values, gulong *n_values)
 {
     GError *error = NULL;
 

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Sat Mar  7 23:40:24 2009
@@ -3,11 +3,11 @@
 libgpds_public_headers = 		\
 	gpointing-device-settings.h	\
 	gpds-module-impl.h		\
-        gpds-gconf.h                    \
+	gpds-gconf.h			\
 	gpds-utils.h			\
 	gpds-ui.h			\
-	gpds-xinput.h                   \
-	gpds-xinput-pointer-info.h      \
+	gpds-xinput.h			\
+	gpds-xinput-pointer-info.h	\
 	gpds-xinput-utils.h
 
 libgpds_la_SOURCES =			\
@@ -16,8 +16,8 @@
 	gpds-module.h			\
 	gpds-ui.c			\
 	gpds-utils.c			\
-	gpds-xinput.c                   \
-	gpds-xinput-pointer-info.c      \
+	gpds-xinput.c			\
+	gpds-xinput-pointer-info.c	\
 	gpds-xinput-utils.c
 
 AM_CFLAGS = -DG_LOG_DOMAIN=\"GPointingDeviceSettings\"
@@ -36,7 +36,7 @@
 	$(GCONF2_LIBS)			\
 	$(XINPUT_LIBS)
 
-pkginclude_HEADERS =				\
+pkginclude_HEADERS =			\
 	$(libgpds_public_headers)
 
 bin_PROGRAMS = gpointing-device-settings



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