summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/AssemblerPowerPC.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/src/AssemblerPowerPC.cc')
-rw-r--r--dev/LibCompiler/src/AssemblerPowerPC.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/AssemblerPowerPC.cc b/dev/LibCompiler/src/AssemblerPowerPC.cc
index bd44e6e..f2c3be3 100644
--- a/dev/LibCompiler/src/AssemblerPowerPC.cc
+++ b/dev/LibCompiler/src/AssemblerPowerPC.cc
@@ -75,7 +75,7 @@ static bool asm_read_attributes(std::string line);
LIBCOMPILER_MODULE(AssemblerMainPower64) {
::signal(SIGSEGV, Detail::segfault_handler);
-
+
for (size_t i = 1; i < argc; ++i) {
if (argv[i][0] == '-') {
if (strcmp(argv[i], "--ver") == 0 || strcmp(argv[i], "--v") == 0) {