From 9e4146a40b9b94ffdfe3526c33289deaef6eeec9 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Thu, 19 Jul 2007 07:49:10 +0000 Subject: [PATCH] whitespace --- zypp/Url.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zypp/Url.h b/zypp/Url.h index e0653a0..ea85cea 100644 --- a/zypp/Url.h +++ b/zypp/Url.h @@ -782,8 +782,10 @@ namespace zypp */ bool operator==( const Url &lhs, const Url &rhs ); + bool operator!=( const Url &lhs, const Url &rhs ); - //////////////////////////////////////////////////////////////////// + + //////////////////////////////////////////////////////////////////// } // namespace zypp ////////////////////////////////////////////////////////////////////// -- 2.7.4