Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2008, 9:22:25 PM (15 years ago)
Author:
rgrieder
Message:

Removed tabs that got inserted in my vim sessions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem/src/tolua/lua/doit.lua

    r2236 r2252  
    6161
    6262    -- proccess package
    63         local file
    64         if flags.f then
     63    local file
     64    if flags.f then
    6565        if string.sub(flags.f, 1, 1) == '/' or string.sub(flags.f, 1, 1) == '\\' then
    6666            file = flags.f
     
    7878
    7979    if flags.o then
    80             local file
     80        local file
    8181        if string.sub(flags.o, 1, 1) == '/' or string.sub(flags.o, 1, 1) == '\\' then
    8282            file = flags.o
     
    109109    if not flags.P then
    110110        if flags.H then
    111                 local file
     111            local file
    112112            if string.sub(flags.H, 1, 1) == '/' or string.sub(flags.H, 1, 1) == '\\' then
    113113                file = flags.H
Note: See TracChangeset for help on using the changeset viewer.