From 491e1c72c7e2a19b58772fd285284e974d489501 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 19 Dec 2020 22:55:58 +0900 Subject: Fixed some uncrustify's code formatting offending files. Signed-off-by: Michele Calgaro --- tdeutils/tdecmodulecontainer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tdeutils') diff --git a/tdeutils/tdecmodulecontainer.h b/tdeutils/tdecmodulecontainer.h index 6d6717370..31961ab7f 100644 --- a/tdeutils/tdecmodulecontainer.h +++ b/tdeutils/tdecmodulecontainer.h @@ -203,8 +203,12 @@ extern "C" \ { \ TQStringList modList = TQStringList::split( ",", TQString(modules).remove( " " )); \ for ( TQStringList::Iterator it = modList.begin(); it != modList.end(); ++it ) \ + { \ if ( TDECModuleLoader::testModule( *it ) ) \ + { \ return true; \ + } \ + } \ return false; \ } \ } -- cgit v1.2.1