From f059d8a023a69f6a1c80566b137103d0f10007ea Mon Sep 17 00:00:00 2001 From: Joe George Date: Wed, 13 Nov 2024 11:31:57 -0500 Subject: [PATCH] Formatting --- swift/src/IceImpl/Properties.mm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/swift/src/IceImpl/Properties.mm b/swift/src/IceImpl/Properties.mm index 366b92f1350..a746ad1cfa4 100644 --- a/swift/src/IceImpl/Properties.mm +++ b/swift/src/IceImpl/Properties.mm @@ -57,7 +57,10 @@ - (BOOL)getIcePropertyAsInt:(NSString*)key value:(int32_t*)value error:(NSError* } } -- (BOOL)getPropertyAsIntWithDefault:(NSString*)key defaultValue:(int32_t)defaultValue value:(int32_t*)value error:(NSError**)error +- (BOOL)getPropertyAsIntWithDefault:(NSString*)key + defaultValue:(int32_t)defaultValue + value:(int32_t*)value + error:(NSError**)error { try {