From: Duncan Mac-Vicar P Date: Fri, 14 Mar 2008 13:32:19 +0000 (+0000) Subject: compile X-Git-Tag: BASE-SuSE-Linux-11_0-Branch~317 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37696963d6275d57814cd75d40e02796895cb548;p=platform%2Fupstream%2Fzypper.git compile --- diff --git a/src/zypper-utils.cc b/src/zypper-utils.cc index c29c847..d810dcb 100644 --- a/src/zypper-utils.cc +++ b/src/zypper-utils.cc @@ -270,4 +270,4 @@ std::string & indent(std::string & text, int columns) replace_all(text, "\n", indent); text.insert(0, string(columns, ' ')); return text; -} \ No newline at end of file +}