summaryrefslogtreecommitdiff
path: root/subframe.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-14 06:17:00 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-14 06:17:00 -0400
commit6ae40ceeed9b0dfdecc44da1d3395b1450112379 (patch)
tree8da8d96ce0cb323fe949c95b62aa10eee98811cc /subframe.c
parentcf49cb77f506ba473b800972de698083f6e0bbce (diff)
downloadgpsd-6ae40ceeed9b0dfdecc44da1d3395b1450112379.tar.gz
Lovely. GNU indent isn't idempotent after the first reindent.
Diffstat (limited to 'subframe.c')
-rw-r--r--subframe.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/subframe.c b/subframe.c
index 2dff94e6..8d2601e4 100644
--- a/subframe.c
+++ b/subframe.c
@@ -11,10 +11,13 @@
#if 0
static char sf4map[] =
{ -1, 57, 25, 26, 27, 28, 57, 29, 30, 31, 32, 57, 62, 52, 53, 54, 57, 55,
-56, 58, 59, 57, 60, 61, 62, 63 };
+ 56, 58, 59, 57, 60, 61, 62, 63
+};
+
static char sf5map[] =
{ -1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
-20, 21, 22, 23, 24, 51 };
+ 20, 21, 22, 23, 24, 51
+};
#endif
/*@ -usedef @*/