Nicolas Winkler 6 năm trước cách đây
mục cha
commit
7769ebc047
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 }