From ebef8c417614e90ec1a07366ad540e06532a68ba Mon Sep 17 00:00:00 2001 From: Jefersson Nathan Date: Mon, 1 Apr 2013 17:17:41 -0300 Subject: [PATCH] Identation Fixed --- netware/start.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/netware/start.c b/netware/start.c index 2765ffba12..8651a6ccca 100644 --- a/netware/start.c +++ b/netware/start.c @@ -24,7 +24,7 @@ void *gLibHandle = (void *) NULL; rtag_t gAllocTag = (rtag_t) NULL; NXMutex_t *gLibLock = (NXMutex_t *) NULL; -int gLibId = 0; +int gLibId = 0; int DisposeLibraryData( void *data) @@ -35,17 +35,17 @@ int DisposeLibraryData( void *data) int _NonAppStart ( - void *NLMHandle, - void *errorScreen, + void *NLMHandle, + void *errorScreen, const char *cmdLine, const char *loadDirPath, size_t uninitializedDataLength, - void *NLMFileHandle, - int (*readRoutineP)( int conn, void *fileHandle, size_t offset, - size_t nbytes, size_t *bytesRead, void *buffer ), + void *NLMFileHandle, + int (*readRoutineP)( int conn, void *fileHandle, size_t offset, + size_t nbytes, size_t *bytesRead, void *buffer ), size_t customDataOffset, size_t customDataSize, - int messageCount, + int messageCount, const char **messages ) { -- 2.40.0