From: Steve Brokenshire Date: Tue, 15 Mar 2016 21:47:54 +0000 (+0000) Subject: Indented code properly in vcard/vcard34conv-v3conv.cpp X-Git-Tag: release-0.11~56^2~5 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=8932da11adf4ca94adfcf6c9f75e152933cac7ff Indented code properly in vcard/vcard34conv-v3conv.cpp --- diff --git a/source/vcard/vcard34conv-v3conv.cpp b/source/vcard/vcard34conv-v3conv.cpp index 8639a74..54be62b 100644 --- a/source/vcard/vcard34conv-v3conv.cpp +++ b/source/vcard/vcard34conv-v3conv.cpp @@ -134,7 +134,7 @@ bool vCard34Conv::ConvertToV3(wxString Filename, wxString *wxSData){ wxString strVer; - // Setup the version string. + // Setup the version string. strVer.Append(wxT("-//Xestia//Address Book Version ")); strVer.Append(wxT(XSDAB_VERSION));