From 1d1766f3741224c2f66b9363f81264f49a8a5da3 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 17 Jan 2016 09:31:28 +0000 Subject: [PATCH] Added correct tabbing for ValidObject. --- source/objects/calendarevent/CalendarEvent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2