From 302e28325f318ba16bf1486ff273b653de780253 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Fri, 11 Apr 2008 21:45:59 +0000 Subject: [PATCH] SVN_SILENT whitespace fix that been sitting on my disk forever svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=795914 --- searchmatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchmatch.cpp b/searchmatch.cpp index a8170132a..1fa48ae05 100644 --- a/searchmatch.cpp +++ b/searchmatch.cpp @@ -134,7 +134,7 @@ void SearchMatch::setEnabled( bool enabled ) bool SearchMatch::isEnabled() const { - return d->enabled; + return d->enabled; } bool SearchMatch::operator<(const SearchMatch& other) const