Remove annoying end-of-line whitespace from most src/*
[fw/openocd] / src / target / target.h
index 509bfd2a22ac90496b83db6f8978c51eafd9d06b..0ff2258a1fd570f0d06e6523271fae357cdec13c 100644 (file)
@@ -42,7 +42,7 @@ struct command_context_s;
  * TARGET_RESET   = 3: the target is being held in reset (only a temporary state,
  * not sure how this is used with all the recent changes)
  * TARGET_DEBUG_RUNNING = 4: the target is running, but it is executing code on
- * behalf of the debugger (e.g. algorithm for flashing) 
+ * behalf of the debugger (e.g. algorithm for flashing)
  *
  * also see: target_state_name();
  */