Nicolas Winkler %!s(int64=6) %!d(string=hai) anos
pai
achega
7769ebc047
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/sem/CodeGeneration.cpp

+ 0 - 1
src/sem/CodeGeneration.cpp

@@ -389,7 +389,6 @@ llvm::Function* qlow::gen::FunctionGenerator::generate(void)
     if (method.returnType == nullptr || method.returnType->isVoid()) {
         builder.CreateRetVoid();
     }
-
     return func;
 }