From cc81ed5ed18464d6e632c79a1ccc9a2a8eea45b4 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Tue, 14 Aug 2012 10:32:21 -0400 Subject: astyle formatting run --- globals.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'globals.c') diff --git a/globals.c b/globals.c index 4017cbd..1dbfb87 100644 --- a/globals.c +++ b/globals.c @@ -1,8 +1,8 @@ #include "globals.h" -GlobalStruct globals = { +GlobalStruct globals = { .ChannelState = {0.0}, .Flash = { "FIXME", (int)1, (char)0, (char)0 }, - .error_queue = {0}, + .error_queue = {0}, .number_of_errors = 0 }; -- cgit