From e21b30d768c06b2507dba6e2b35e511534affab0 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 10 Jan 2014 14:09:32 -0500 Subject: [PATCH] Code cleanups --- SoObjects/SOGo/SOGoObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoObject.h b/SoObjects/SOGo/SOGoObject.h index 172f45a60..114b0c55d 100644 --- a/SoObjects/SOGo/SOGoObject.h +++ b/SoObjects/SOGo/SOGoObject.h @@ -122,7 +122,7 @@ - (NSException *)delete; - (id) DELETEAction: (id) _ctx; -- (id)GETAction:(id)_ctx; +- (id) GETAction:(id)_ctx; /* etag support */