From 394fcdfdbba0af6d29de9b12ded03e4279f37227 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 24 Jul 2008 18:44:34 +0000 Subject: fix indentation SVN_SILENT: svn path=/trunk/KDE/kdelibs/; revision=837465 --- modules/FindSoprano.cmake | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules') diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index 31377768..42d228ca 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -118,14 +118,14 @@ #look for parser plugins if(Soprano_FOUND) - find_path(SOPRANO_PLUGIN_DIR - NAMES - soprano/plugins - PATHS - ${SHARE_INSTALL_PREFIX} /usr/share /usr/local/share - NO_DEFAULT_PATH - NO_SYSTEM_ENVIRONMENT_PATH - ) + find_path(SOPRANO_PLUGIN_DIR + NAMES + soprano/plugins + PATHS + ${SHARE_INSTALL_PREFIX} /usr/share /usr/local/share + NO_DEFAULT_PATH + NO_SYSTEM_ENVIRONMENT_PATH + ) set(SOPRANO_PLUGIN_DIR "${SOPRANO_PLUGIN_DIR}/soprano/plugins") if(EXISTS ${SOPRANO_PLUGIN_DIR}/nquadparser.desktop) -- cgit v1.2.1