Remove annoying end-of-line whitespace from most src/*
[fw/openocd] / src / server / gdb_server.c
index 948e44bae9e62ebcfb7b2e48d1aa7561140df194..dc14b75c83d17adf8c2c3866855246decfa8491b 100644 (file)
@@ -822,7 +822,7 @@ int gdb_connection_closed(connection_t *connection)
        log_remove_callback(gdb_log_callback, connection);
 
        gdb_actual_connections--;
-       LOG_DEBUG("GDB Close, Target: %s, state: %s, gdb_actual_connections=%d", 
+       LOG_DEBUG("GDB Close, Target: %s, state: %s, gdb_actual_connections=%d",
                  gdb_service->target->cmd_name,
                  target_state_name(gdb_service->target),
                  gdb_actual_connections);