Commit:    1498b8260bb53213ded1db242977d75dc60e6545
Author:    Jefersson Nathan <ad...@phpse.net>         Mon, 1 Apr 2013 17:17:41 
-0300
Committer: Stanislav Malyshev <s...@php.net>      Sun, 16 Jun 2013 18:13:14 
-0700
Parents:   ee01af7df149da2c511b0f91db2e161eebb2bf58
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=1498b8260bb53213ded1db242977d75dc60e6545

Log:
Identation Fixed

Changed paths:
  M  netware/start.c


Diff:
diff --git a/netware/start.c b/netware/start.c
index 2765ffb..98db3a8 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
 )
 {


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to