From 6681d31929266fec9711b3d89a4f074cd2afcc6e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 12 Sep 2014 20:56:29 -0700 Subject: [PATCH 1/1] ao-tools/ao-test-gps: Improve output formatting Add a newline before printing out the flags and sats at exit time Signed-off-by: Keith Packard --- ao-tools/ao-test-gps/ao-test-gps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ao-tools/ao-test-gps/ao-test-gps.c b/ao-tools/ao-test-gps/ao-test-gps.c index 08b6602f..84ed713d 100644 --- a/ao-tools/ao-test-gps/ao-test-gps.c +++ b/ao-tools/ao-test-gps/ao-test-gps.c @@ -160,6 +160,7 @@ do_gps(struct cc_usb *usb) { int actual_sats = strtol(sats[1], NULL, 0); if (actual_flags & (1 << 4)) { + printf("\n"); printf("Flags: %s (0x%x)\n", flags[1], actual_flags); printf("Sats: %s (%d)\n", sats[1], actual_sats); break; -- 2.30.2