From: Steve Brokenshire Date: Sun, 17 Jan 2016 09:31:28 +0000 (+0000) Subject: Added correct tabbing for ValidObject. X-Git-Tag: release-0.02~784 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=1d1766f3741224c2f66b9363f81264f49a8a5da3;p=xestiacalendar%2F.git Added correct tabbing for ValidObject. --- diff --git a/source/objects/calendarevent/CalendarEvent.cpp b/source/objects/calendarevent/CalendarEvent.cpp index 3d73561..6d105b8 100644 --- a/source/objects/calendarevent/CalendarEvent.cpp +++ b/source/objects/calendarevent/CalendarEvent.cpp @@ -2,6 +2,6 @@ CalendarObjectValidResult CalendarEventObject::ValidObject(){ - return CALENDAROBJECTVALID_UNITTESTFAIL; + return CALENDAROBJECTVALID_UNITTESTFAIL; }