Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 37913 for trunk/base/src

Show
Ignore:
Timestamp:
2008-06-28 18:15:46 (5 months ago)
Author:
raimue@…
Message:

pextlib1.0/Pextlib.c:
Whitespace only, correct indent

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/src/pextlib1.0/Pextlib.c

    r36719 r37913  
    11951195        Tcl_CreateObjCommand(interp, "pipe", PipeCmd, NULL, NULL); 
    11961196        Tcl_CreateObjCommand(interp, "curl", CurlCmd, NULL, NULL); 
    1197     Tcl_CreateObjCommand(interp, "symlink", CreateSymlinkCmd, NULL, NULL); 
    1198     Tcl_CreateObjCommand(interp, "unsetenv", UnsetEnvCmd, NULL, NULL); 
     1197        Tcl_CreateObjCommand(interp, "symlink", CreateSymlinkCmd, NULL, NULL); 
     1198        Tcl_CreateObjCommand(interp, "unsetenv", UnsetEnvCmd, NULL, NULL); 
    11991199         
    12001200        Tcl_CreateObjCommand(interp, "readline", ReadlineCmd, NULL, NULL);