[axel-commits] r34 - /trunk/conf.c

appaji-guest at users.alioth.debian.org appaji-guest at users.alioth.debian.org
Fri Sep 12 08:04:10 UTC 2008


Author: appaji-guest
Date: Fri Sep 12 08:04:09 2008
New Revision: 34

URL: http://svn.debian.org/wsvn/axel/?sc=1&rev=34
Log:
fix indentation

Modified:
    trunk/conf.c

Modified: trunk/conf.c
URL: http://svn.debian.org/wsvn/axel/trunk/conf.c?rev=34&op=diff
==============================================================================
--- trunk/conf.c (original)
+++ trunk/conf.c Fri Sep 12 08:04:09 2008
@@ -148,7 +148,7 @@
 	
 	if( ( s2 = getenv( "http_proxy" ) ) != NULL )
 		strncpy( conf->http_proxy, s2, MAX_STRING );
-  else if( ( s2 = getenv( "HTTP_PROXY" ) ) != NULL )
+	else if( ( s2 = getenv( "HTTP_PROXY" ) ) != NULL )
 		strncpy( conf->http_proxy, s2, MAX_STRING );
 	
 	if( !conf_loadfile( conf, ETCDIR "/axelrc" ) )




More information about the axel-commits mailing list