From 0a0f3179700a26e02a83ef89e45cd69c3c1d1d52 Mon Sep 17 00:00:00 2001 From: philippelatulippe Date: Fri, 22 Apr 2011 20:58:58 -0400 Subject: [PATCH] Remove two wayward tabs. --- cmake/FindSpeex.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/FindSpeex.cmake b/cmake/FindSpeex.cmake index 5730c0bd..73dd0c1a 100644 --- a/cmake/FindSpeex.cmake +++ b/cmake/FindSpeex.cmake @@ -30,9 +30,9 @@ else() if(Speex_FIND_REQUIRED) if(NOT Speex_LIBRARIES) message(FATAL_ERROR "Could not find speex libraries") - endif() + endif() if(NOT Speex_INCLUDE_DIR) message(FATAL_ERROR "Could not find speex includes") - endif() + endif() endif() endif()