Skip to content

Commit

Permalink
Avoid compiler warnings and tidy some of the whitespace/formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Nov 7, 2024
1 parent d3d1529 commit aef7873
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 438 deletions.
4 changes: 2 additions & 2 deletions Source/NSKVOInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
do \
{ \
[NSException \
raise:NSInvalidArgumentException \
format:@"-[%s %s] is not supported. Key path: %@", \
raise: NSInvalidArgumentException \
format: @"-[%s %s] is not supported. Key path: %@", \
object_getClassName(self), sel_getName(_cmd), keyPath]; \
} while (false)

Expand Down
Loading

0 comments on commit aef7873

Please sign in to comment.