diff options
author | Guy Harris <guy@alum.mit.edu> | 2015-11-02 17:43:27 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2015-11-03 01:46:41 +0000 |
commit | 6375df2da47e043191a6a80df42634a0b77542de (patch) | |
tree | 82c0c021829f6873b2f87fb2e40069ab587c1816 /cmake | |
parent | 5c5cc228fc84fe2efc7528a783d1f825c396bfb2 (diff) | |
download | wireshark-6375df2da47e043191a6a80df42634a0b77542de.tar.gz wireshark-6375df2da47e043191a6a80df42634a0b77542de.tar.bz2 wireshark-6375df2da47e043191a6a80df42634a0b77542de.zip |
Put a newline at the end of the file.
Change-Id: Ic04e9a4afdceb1e36ad8367dd0d7bf6bd0674844
Reviewed-on: https://code.wireshark.org/review/11514
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/LocatePythonExecutable.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/LocatePythonExecutable.cmake b/cmake/modules/LocatePythonExecutable.cmake index 125ed5fff5..3d48861a9c 100644 --- a/cmake/modules/LocatePythonExecutable.cmake +++ b/cmake/modules/LocatePythonExecutable.cmake @@ -15,4 +15,4 @@ if(NOT PYTHON_EXECUTABLE AND WIN32) endif() endforeach() endforeach() -endif()
\ No newline at end of file +endif() |