gdb: fix tab after space indentation issues
[deliverable/binutils-gdb.git] / gdb / serial.c
index 719cd66c08cf7abbb69f1085d91e34db3218da9c..7d1bc535ed94da087b4de1859756cff5ace1609f 100644 (file)
@@ -284,7 +284,7 @@ serial_fdopen_ops (const int fd, const struct serial_ops *ops)
     {
       ops = serial_interface_lookup ("terminal");
       if (!ops)
-       ops = serial_interface_lookup ("hardwire");
+       ops = serial_interface_lookup ("hardwire");
     }
 
   if (!ops)
This page took 0.023143 seconds and 4 git commands to generate.