gdb: Remove whitespace in 'std::vector <...>'
[deliverable/binutils-gdb.git] / gdb / gdbsupport / btrace-common.h
index 166d7b1870013bf0cba828e805590aa004e39f10..09a90485cdc89db9fb80a75a51836184d5e3767c 100644 (file)
@@ -141,7 +141,7 @@ struct btrace_data_bts
   /* Branch trace is represented as a vector of branch trace blocks starting
      with the most recent block.  This needs to be a pointer as we place
      btrace_data_bts into a union.  */
-  std::vector <btrace_block> *blocks;
+  std::vector<btrace_block> *blocks;
 };
 
 /* Configuration information to go with the trace data.  */
This page took 0.024207 seconds and 4 git commands to generate.