diff --git a/AssemblerLib/GlobalSetup.h b/AssemblerLib/GlobalSetup.h
index 10e998a1aee4528f60646aa2001f59f814a658ab..f6e496ca5311a2fa47eea510af8cefb42de316fe 100644
--- a/AssemblerLib/GlobalSetup.h
+++ b/AssemblerLib/GlobalSetup.h
@@ -46,7 +46,7 @@ struct GlobalSetup
         return Executor::execute(std::forward<Args>(args)...);
     }
 
-	GlobalSetup() { }
+    GlobalSetup() { }
 };
 
 }   // namespace AssemblerLib