Skip to content

Commit

Permalink
silence a clang warning, "no newline at end of file"
Browse files Browse the repository at this point in the history
This is apparently required by the C++ standard.
  • Loading branch information
cbeck88 committed Jul 15, 2014
1 parent baffd44 commit 4d1c148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/carryover.hpp
Expand Up @@ -111,4 +111,5 @@ class carryover_info{
};


#endif
#endif

0 comments on commit 4d1c148

Please sign in to comment.