Index: generic/nsfCmdPtr.c =================================================================== diff -u -r16a02881bff0a0d626d0045dfd96660338d0c314 -r183cd0a9a3d2a37133ac51bb86952e1b522dbf6f --- generic/nsfCmdPtr.c (.../nsfCmdPtr.c) (revision 16a02881bff0a0d626d0045dfd96660338d0c314) +++ generic/nsfCmdPtr.c (.../nsfCmdPtr.c) (revision 183cd0a9a3d2a37133ac51bb86952e1b522dbf6f) @@ -36,8 +36,8 @@ */ -static NSF_INLINE NsfObject*NsfGetObjectFromCmdPtr(Tcl_Command cmd) nonnull(1); -static NSF_INLINE NsfClass*NsfGetClassFromCmdPtr(Tcl_Command cmd) nonnull(1); +static NSF_INLINE NsfObject* NsfGetObjectFromCmdPtr(Tcl_Command cmd) nonnull(1); +static NSF_INLINE NsfClass* NsfGetClassFromCmdPtr(Tcl_Command cmd) nonnull(1); static NSF_INLINE ClientData NsfGetClientDataFromCmdPtr(Tcl_Command cmd) nonnull(1); static NSF_INLINE ClientData