From 6b798830c9e638bc158cb967737a3ab5788e163a Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 29 Jul 2019 21:07:37 -0400 Subject: [PATCH] Fix spacing --- include/verilatedos.h | 2 +- src/V3EmitC.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/verilatedos.h b/include/verilatedos.h index 8cb43e6cb..1bd6c4062 100644 --- a/include/verilatedos.h +++ b/include/verilatedos.h @@ -407,4 +407,4 @@ typedef unsigned long long vluint64_t; ///< 64-bit unsigned type //========================================================================= -#endif /*guard*/ +#endif // Guard diff --git a/src/V3EmitC.cpp b/src/V3EmitC.cpp index 188c02af9..fcaef06e3 100644 --- a/src/V3EmitC.cpp +++ b/src/V3EmitC.cpp @@ -2109,7 +2109,7 @@ void EmitCImp::emitWrapEval(AstNodeModule* modp) { puts("#ifdef VL_DEBUG\n"); putsDecoration("// Debug assertions\n"); puts("_eval_debug_assertions();\n"); - puts("#endif // VL_DEBUG\n"); + puts("#endif // VL_DEBUG\n"); putsDecoration("// Initialize\n"); puts("if (VL_UNLIKELY(!vlSymsp->__Vm_didInit)) _eval_initial_loop(vlSymsp);\n"); if (v3Global.opt.inhibitSim()) {