From: Arnaud Giersch Date: Mon, 5 Sep 2011 13:00:14 +0000 (+0200) Subject: Whitespace cleanup. X-Git-Tag: v0.1~13^2~2 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/821f5623a02265ad70ca9ce9a7195aa283fa722b?ds=sidebyside;hp=--cc Whitespace cleanup. --- 821f5623a02265ad70ca9ce9a7195aa283fa722b diff --git a/messages.cpp b/messages.cpp index c542596..2d5de94 100644 --- a/messages.cpp +++ b/messages.cpp @@ -36,7 +36,7 @@ std::string message::to_string() oss << "; " << credit << " (credit)"; break; case DATA: - oss << "DATA: " << amount << " (load)"; + oss << "DATA: " << amount << " (load)"; break; case CTRL_CLOSE: oss << "CTRL_CLOSE";