diff options
-rw-r--r-- | mutator_aux.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mutator_aux.cpp b/mutator_aux.cpp index e10ea8e..a00ed0d 100644 --- a/mutator_aux.cpp +++ b/mutator_aux.cpp @@ -37,5 +37,7 @@ SourceLocation SourceLocationHasMacro (SourceLocation SL, Rewriter &Rewrite, std { return (SL); } + + return (SL); } }
\ No newline at end of file |