diff options
author | bloodstalker <thabogre@gmail.com> | 2016-11-04 22:56:37 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-11-04 22:56:37 +0000 |
commit | b57c13ef4593bed9b3d1c0d9e4a7c299bf41715a (patch) | |
tree | cd725f5a234567c0ad9fd5ded4cf350be8134716 | |
parent | some minor fixes (diff) | |
download | mutator-b57c13ef4593bed9b3d1c0d9e4a7c299bf41715a.tar.gz mutator-b57c13ef4593bed9b3d1c0d9e4a7c299bf41715a.zip |
minor fixes
-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 |