gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
[deliverable/binutils-gdb.git] / gdb / rust-exp.y
index 802ccc0a7f6dc8591a9c5a689820dcf85c566c83..1207d1d6f42d91f1bd79f4ed9ef0440ab802d835 100644 (file)
@@ -2043,7 +2043,7 @@ rust_parser::convert_params_to_types (rust_op_vector *params)
   if (params != nullptr)
     {
       for (const rust_op *op : *params)
-        result.push_back (convert_ast_to_type (op));
+       result.push_back (convert_ast_to_type (op));
     }
 
   return result;
This page took 0.027343 seconds and 4 git commands to generate.