[37913] trunk/base/src/pextlib1.0/Pextlib.c

raimue at macports.org raimue at macports.org
Sat Jun 28 18:15:46 PDT 2008


Revision: 37913
          http://trac.macosforge.org/projects/macports/changeset/37913
Author:   raimue at macports.org
Date:     2008-06-28 18:15:46 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
pextlib1.0/Pextlib.c:
Whitespace only, correct indent

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/Pextlib.c

Modified: trunk/base/src/pextlib1.0/Pextlib.c
===================================================================
--- trunk/base/src/pextlib1.0/Pextlib.c	2008-06-28 23:29:05 UTC (rev 37912)
+++ trunk/base/src/pextlib1.0/Pextlib.c	2008-06-29 01:15:46 UTC (rev 37913)
@@ -1194,8 +1194,8 @@
 	Tcl_CreateObjCommand(interp, "mkchannelfromfd", MkChannelFromFdCmd, NULL, NULL);
 	Tcl_CreateObjCommand(interp, "pipe", PipeCmd, NULL, NULL);
 	Tcl_CreateObjCommand(interp, "curl", CurlCmd, NULL, NULL);
-    Tcl_CreateObjCommand(interp, "symlink", CreateSymlinkCmd, NULL, NULL);
-    Tcl_CreateObjCommand(interp, "unsetenv", UnsetEnvCmd, NULL, NULL);
+	Tcl_CreateObjCommand(interp, "symlink", CreateSymlinkCmd, NULL, NULL);
+	Tcl_CreateObjCommand(interp, "unsetenv", UnsetEnvCmd, NULL, NULL);
 	
 	Tcl_CreateObjCommand(interp, "readline", ReadlineCmd, NULL, NULL);
 	Tcl_CreateObjCommand(interp, "rl_history", RLHistoryCmd, NULL, NULL);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080628/cb7558d6/attachment.html 


More information about the macports-changes mailing list