Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Nov 13, 2024
1 parent 45f58dc commit f059d8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion swift/src/IceImpl/Properties.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit f059d8a

Please sign in to comment.