"re-tabbed" code.

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
diff --git a/ql-iob-plugin/ql-iob.cc b/ql-iob-plugin/ql-iob.cc
index fa8d8ba..3129d31 100644
--- a/ql-iob-plugin/ql-iob.cc
+++ b/ql-iob-plugin/ql-iob.cc
@@ -104,10 +104,10 @@
         }
 
         // Get the top module of the design
-		RTLIL::Module* topModule = a_Design->top_module();
-		if (topModule == nullptr) {
-			log_cmd_error("No top module detected!\n");
-		}
+        RTLIL::Module* topModule = a_Design->top_module();
+        if (topModule == nullptr) {
+            log_cmd_error("No top module detected!\n");
+        }
 
         // Read and parse the PCF file
         log("Loading PCF from '%s'...\n", a_Args[1].c_str());