summaryrefslogtreecommitdiff
path: root/gpib.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-16 15:54:42 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-16 15:54:42 -0400
commitb4a429729774f91ff259fe17d256b00134bc9f1f (patch)
tree6d3bb2a7e52e1e7bbd4b966c259ef9ee00d52d64 /gpib.c
parent2d7d559d9536551dd21e116fe9c3806b8d72f690 (diff)
astyle fixes
Diffstat (limited to 'gpib.c')
-rw-r--r--gpib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpib.c b/gpib.c
index 2d9d608..127ffa1 100644
--- a/gpib.c
+++ b/gpib.c
@@ -783,7 +783,7 @@ int GPIB_send_query_response(gpointer *ignore_this, char *in_string)
if (GPIB_response_already_pending()) { /* if MAV already, data will be lost. Set QYE bit in STB. */
queue_error_for_gpib_only(query_error_interrupted);
}
-
+
// needs to be freed
gchar *term_string = g_strdup_printf ("%s\n", in_string);