From 725487a5e9d1c01a99606f42d533bc7069a184a5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 14 Apr 2010 11:43:57 -0400 Subject: More reindenting. --- driver_zodiac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver_zodiac.c') 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; -- cgit v1.2.1