]> err.no Git - mapper/commitdiff
Space 2 Tab
authorKaj-Michael Lang <milang@onion.tal.org>
Tue, 18 Mar 2008 12:45:28 +0000 (14:45 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Tue, 18 Mar 2008 12:45:28 +0000 (14:45 +0200)
src/gps.h

index 388faed2793669495c821da190aa1b42b2ca5ddf..0b01186669f45b33beb941963dfe73e954cf2943 100644 (file)
--- a/src/gps.h
+++ b/src/gps.h
@@ -53,10 +53,10 @@ typedef enum {
 
 typedef struct _GpsTypes GpsTypes;
 struct _GpsTypes {
-    GpsIOSourceType type;
-    const gchar *name;
-    gboolean scan;             /* Can scan for device */
-    gboolean address;  /* Needs address */
+       GpsIOSourceType type;
+       const gchar *name;
+       gboolean scan;          /* Can scan for device */
+       gboolean address;       /* Needs address */
        gboolean port;          /* Needs port */
        guint port_def;         /* Default port */
        const gchar *address_def; /* Default mac/ip/device */