From 6375df2da47e043191a6a80df42634a0b77542de Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 2 Nov 2015 17:43:27 -0800 Subject: [PATCH] Put a newline at the end of the file. Change-Id: Ic04e9a4afdceb1e36ad8367dd0d7bf6bd0674844 Reviewed-on: https://code.wireshark.org/review/11514 Reviewed-by: Guy Harris --- cmake/modules/LocatePythonExecutable.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.34.1