Skip to content

Commit

Permalink
Add missing newlines to the end of source files.
Browse files Browse the repository at this point in the history
Text files should end with a trailing newline.
  • Loading branch information
s3rvac committed Dec 4, 2018
1 parent 908b408 commit 8e65c05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_subdirectory(doxygen)
add_subdirectory(doxygen)
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ class BitmapImage
} // namespace retdec

#endif

2 changes: 1 addition & 1 deletion scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if(RETDEC_TESTS)
endif()
install(PROGRAMS "retdec-signature-from-library-creator.py" DESTINATION bin)
install(PROGRAMS "retdec-unpacker.py" DESTINATION bin)
install(PROGRAMS "retdec-utils.py" DESTINATION bin)
install(PROGRAMS "retdec-utils.py" DESTINATION bin)

0 comments on commit 8e65c05

Please sign in to comment.