Skip to content

Commit

Permalink
Trim lines for spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvideo1234 committed Nov 22, 2015
1 parent 3717a06 commit e5d7424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/autorun/trackassembly_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asmlib.SetIndexes("V",1,2,3)
asmlib.SetIndexes("A",1,2,3)
asmlib.SetIndexes("S",4,5,6,7)
asmlib.InitAssembly("track")
asmlib.SetOpVar("TOOL_VERSION","4.107")
asmlib.SetOpVar("TOOL_VERSION","4.108")
asmlib.SetOpVar("DIRPATH_BAS",asmlib.GetOpVar("TOOLNAME_NL")..asmlib.GetOpVar("OPSYM_DIRECTORY"))
asmlib.SetOpVar("DIRPATH_EXP","exp"..asmlib.GetOpVar("OPSYM_DIRECTORY"))
asmlib.SetOpVar("DIRPATH_DSV","dsv"..asmlib.GetOpVar("OPSYM_DIRECTORY"))
Expand Down
2 changes: 1 addition & 1 deletion lua/trackassembly/trackasmlib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ local function NavigateTable(oLocation,tKeys)
Place = Place[Key]
LogInstance("NavigateTable: Step ["..Key.."]")
if(not IsExistent(Place)) then return StatusLog(nil,"NavigateTable: Key #"..tostring(Key).." irrelevant to location") end
end
end
Cnt = Cnt + 1
end
return Place, Key
Expand Down

0 comments on commit e5d7424

Please sign in to comment.