diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 09:25:18 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 09:25:18 -0400 |
commit | be18c200d66e6a15ef10566dea6210c63fdbc07c (patch) | |
tree | e59d2ac29f084e1c8bf1565c6ad025295ae03b94 /device-functions.c | |
parent | 8c3652a30c35847380e19397077e41362bdefcb6 (diff) |
astyle fixes
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 8 |
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); } |