summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-23 11:26:25 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-23 11:26:25 -0400
commit7bf5651a29aa2aacb253f9f713997f3dbfae93f6 (patch)
treef88953103982159738aea821b8e8bd88a6beaeb3
parent22d19c0d2a9d56ad560b44cfcb65b69bf4ca278c (diff)
astyle fixes
-rw-r--r--i2c.c2
-rw-r--r--instr-daemon.c4
-rw-r--r--parser.c6
3 files changed, 6 insertions, 6 deletions
diff --git a/i2c.c b/i2c.c
index 138c2e7..6571798 100644
--- a/i2c.c
+++ b/i2c.c
@@ -49,7 +49,7 @@ guchar I2C_Read(gulong address)
int device = open(I2C_BUS, O_RDWR);
if (device == -1) {
- g_print_debug("ERROR: could not open I2C bus %s for reading\n", I2C_BUS);
+ g_print_debug("ERROR: could not open I2C bus %s for reading\n", I2C_BUS);
return 0;
}
diff --git a/instr-daemon.c b/instr-daemon.c
index bac7680..42ec97e 100644
--- a/instr-daemon.c
+++ b/instr-daemon.c
@@ -252,7 +252,7 @@ int main(int argc, char **argv)
g_free (message);
}
- /* start-up delay */
+ /* start-up delay */
LCD_write(3,0,"Warming up, please wait... ");
globals.startup_timer_value = sec_timer ();
@@ -262,7 +262,7 @@ int main(int argc, char **argv)
LCD_write(3,27,message);
g_free (message);
}
- LCD_write(3,27,"OK");
+ LCD_write(3,27,"OK");
// FIXME - copy init stuff from FW411.C
diff --git a/parser.c b/parser.c
index de7baba..cd44e0b 100644
--- a/parser.c
+++ b/parser.c
@@ -3714,9 +3714,9 @@ static int Go_eprom_sus_93(gchar** response, int channel, char *parameter,int co
return OK;
break;
- case query_simple:
- return query_int (response, globals.flash_writes_suspended);
- break;
+ case query_simple:
+ return query_int (response, globals.flash_writes_suspended);
+ break;
default:
return SyntaxError;