From eff9db4af2c58137426443f1f56e60c78b2031ed 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/netware/start.c b/netware/start.c index 2765ffba12fb4..98db3a8d1731c 100644 --- a/netware/start.c +++ b/netware/start.c @@ -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 ) {