coding style: avoid unnecessary line continuations
[fw/openocd] / src / rtos / linux.c
index 9e59c41a52372843349ba238f83d7cdf3c2a88ad..0f18d171ce6b12ad2794c3b00acad4ba9268c3ae 100644 (file)
@@ -1379,8 +1379,8 @@ static int linux_thread_packet(struct connection *connection, char const *packet
                                                 target->rtos->
                                                 current_threadid)
                                && (target->rtos->current_threadid != -1))
-                                       LOG_WARNING("WARNING! current GDB thread do not match" \
-                                                       "current thread running." \
+                                       LOG_WARNING("WARNING! current GDB thread do not match"
+                                                       "current thread running."
                                                        "Switch thread in GDB to threadid %d",
                                                        (int)ct->threadid);