summaryrefslogtreecommitdiff
path: root/device-functions.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-23 09:25:18 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-23 09:25:18 -0400
commitbe18c200d66e6a15ef10566dea6210c63fdbc07c (patch)
treee59d2ac29f084e1c8bf1565c6ad025295ae03b94 /device-functions.c
parent8c3652a30c35847380e19397077e41362bdefcb6 (diff)
astyle fixes
Diffstat (limited to 'device-functions.c')
-rw-r--r--device-functions.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/device-functions.c b/device-functions.c
index 26feef9..e86a28d 100644
--- a/device-functions.c
+++ b/device-functions.c
@@ -9,10 +9,10 @@ void idn_string(gchar** response);
/*----------------------------------------------------------------------------------------------------------*/
void idn_string(gchar** response)
{
- *response = g_strdup_printf ("AVTECH ELECTROSYSTEMS,%s,%s,%s",
- globals.Flash.model_num,
- globals.Flash.serial_num,
- FW_VERSION);
+ *response = g_strdup_printf ("AVTECH ELECTROSYSTEMS,%s,%s,%s",
+ globals.Flash.model_num,
+ globals.Flash.serial_num,
+ FW_VERSION);
}