diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-23 11:15:58 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-29 17:26:41 +0200 |
commit | 6686f8d4db3819a7b603bdb033d9731d47d91d76 (patch) | |
tree | 6602324f11533e275c287e45d0a2c59f1dc8726e /src | |
parent | 90c32a7a6db1df086c8b3ff60ba4a6184d8492ec (diff) |
port-probe: minor indentation fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-port-probe.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mm-port-probe.h b/src/mm-port-probe.h index c2366fc1..adff2786 100644 --- a/src/mm-port-probe.h +++ b/src/mm-port-probe.h @@ -35,13 +35,13 @@ /* Flags to request port probing */ typedef enum { /*< underscore_name=mm_port_probe_flag >*/ - MM_PORT_PROBE_NONE = 0, - MM_PORT_PROBE_AT = 1 << 0, - MM_PORT_PROBE_AT_VENDOR = 1 << 1, - MM_PORT_PROBE_AT_PRODUCT = 1 << 2, - MM_PORT_PROBE_AT_ICERA = 1 << 3, - MM_PORT_PROBE_QCDM = 1 << 4, - MM_PORT_PROBE_QMI = 1 << 5 + MM_PORT_PROBE_NONE = 0, + MM_PORT_PROBE_AT = 1 << 0, + MM_PORT_PROBE_AT_VENDOR = 1 << 1, + MM_PORT_PROBE_AT_PRODUCT = 1 << 2, + MM_PORT_PROBE_AT_ICERA = 1 << 3, + MM_PORT_PROBE_QCDM = 1 << 4, + MM_PORT_PROBE_QMI = 1 << 5 } MMPortProbeFlag; typedef struct _MMPortProbe MMPortProbe; |