make-target-delegates: line break between return type and function name
[deliverable/binutils-gdb.git] / gdb / target.h
index b23b7625be3190e6a6fda2a54bcb751a44885ab6..f78eb459dc1178ec91ee2db64f2e4226b73f215f 100644 (file)
@@ -1067,7 +1067,8 @@ struct target_ops
 
     /* Return a vector of all tracepoints markers string id ID, or all
        markers if ID is NULL.  */
-    virtual std::vector<static_tracepoint_marker> static_tracepoint_markers_by_strid (const char *id)
+    virtual std::vector<static_tracepoint_marker>
+      static_tracepoint_markers_by_strid (const char *id)
       TARGET_DEFAULT_NORETURN (tcomplain ());
 
     /* Return a traceframe info object describing the current
This page took 0.024227 seconds and 4 git commands to generate.