]> git.sur5r.net Git - openldap/commitdiff
fix formatting
authorBen Collins <bcollins@openldap.org>
Fri, 15 Sep 2000 03:08:05 +0000 (03:08 +0000)
committerBen Collins <bcollins@openldap.org>
Fri, 15 Sep 2000 03:08:05 +0000 (03:08 +0000)
libraries/liblutil/debug.c

index 7cf7f64dfea221b0b505152fd38617ea9245b793..f071bdf5aa316fa5cba52b990fe1552a1c0a7887 100644 (file)
@@ -50,17 +50,16 @@ void (lutil_debug)( int level, int debug, const char *fmt, ... )
                return;
 
 #ifdef HAVE_WINSOCK
-       if( log_file == NULL )
-    {
+       if( log_file == NULL ) {
                log_file = fopen( LDAP_RUNDIR LDAP_DIRSEP "openldap.log", "w" );
 
-        if ( log_file == NULL )
+               if ( log_file == NULL )
                        log_file = fopen( "openldap.log", "w" );
 
                if ( log_file == NULL )
                        return;
 
-           ber_set_option( NULL, LBER_OPT_LOG_PRINT_FILE, log_file );
+               ber_set_option( NULL, LBER_OPT_LOG_PRINT_FILE, log_file );
        }
 #endif
        va_start( vl, fmt );