From a8bd3c93f04d11796317fd0d06d7eb795d5836eb Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@orfeo-toolbox.org> Date: Tue, 24 Feb 2015 11:18:10 +0100 Subject: [PATCH] ENH: Small typo that ease code parsing --- Modules/Adapters/CurlAdapters/src/otbCurlHelperInterface.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Adapters/CurlAdapters/src/otbCurlHelperInterface.cxx b/Modules/Adapters/CurlAdapters/src/otbCurlHelperInterface.cxx index b57a8cef59..4c83c4ad15 100644 --- a/Modules/Adapters/CurlAdapters/src/otbCurlHelperInterface.cxx +++ b/Modules/Adapters/CurlAdapters/src/otbCurlHelperInterface.cxx @@ -20,7 +20,7 @@ #include "otbCurlHelperInterface.h" #ifdef OTB_USE_CURL -# include "otb_curl.h" + #include "otb_curl.h" #endif namespace otb { -- GitLab