diff options
Diffstat (limited to 'Private/CFKit')
| -rw-r--r-- | Private/CFKit/IPCEndpoint.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Private/CFKit/IPCEndpoint.hxx b/Private/CFKit/IPCEndpoint.hxx index a6e8f90d..bc697dc7 100644 --- a/Private/CFKit/IPCEndpoint.hxx +++ b/Private/CFKit/IPCEndpoint.hxx @@ -20,8 +20,8 @@ #define kRemoteMaxLen 21 namespace NewOS { - typedef UIntPtr ipc_method_type; - typedef Char ipc_remote_type[kRemoteMaxLen]; -} // namespace NewOS +typedef UIntPtr ipc_method_type; +typedef Char ipc_remote_type[kRemoteMaxLen]; +} // namespace NewOS -#endif // _INC_IPC_ENDPOINT_HXX_
\ No newline at end of file +#endif // _INC_IPC_ENDPOINT_HXX_
\ No newline at end of file |
