summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-14 11:43:57 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-14 11:43:57 -0400
commit725487a5e9d1c01a99606f42d533bc7069a184a5 (patch)
tree3d49315780c7eaccd7dd773b9860236319f9220f /driver_zodiac.c
parent97709795f53469dc132ad347203dbc12fe587f54 (diff)
downloadgpsd-725487a5e9d1c01a99606f42d533bc7069a184a5.tar.gz
More reindenting.
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index 539c2fee..9d13f6f4 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -416,8 +416,8 @@ static gps_mask_t zodiac_analyze(struct gps_device_t *session)
char buf[BUFSIZ];
int i;
unsigned int id =
- (unsigned int)((session->packet.outbuffer[3] << 8) | session->packet.
- outbuffer[2]);
+ (unsigned int)((session->packet.outbuffer[3] << 8) |
+ session->packet.outbuffer[2]);
if (session->packet.type != ZODIAC_PACKET) {
const struct gps_type_t **dp;