Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2018-10-09 23:28:02 +0300
committerOliver Schneider <oliver@assarbad.net>2018-10-09 23:28:02 +0300
commita87f3061bf12686fd419cfcc648c61d99f25d4c1 (patch)
treedab1635bab2cc3c3f41baf661a0b91b0aa998206 /3rdparty/lua/src/modules/lua-winreg/test/test_5_1_13.lua
parentc26c2bc4a1e97ea50a2daad620c343e6c5dd81c1 (diff)
Normalizing line endings on lua-winreg as well
Diffstat (limited to '3rdparty/lua/src/modules/lua-winreg/test/test_5_1_13.lua')
-rw-r--r--3rdparty/lua/src/modules/lua-winreg/test/test_5_1_13.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_13.lua b/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_13.lua
index 308ec78..8245945 100644
--- a/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_13.lua
+++ b/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_13.lua
@@ -1,7 +1,7 @@
-local winreg = require"winreg"
--- Enumerate shell folders
-hkey = winreg.openkey([[HKCU\Software\Microsoft\Windows\CurrentVersion]])
-skey = hkey:openkey("Explorer\\Shell Folders")
-for name, kind in skey:enumvalue(true) do
- print("\nname: " .. name .. " (type " .. kind .. ")")
-end
+local winreg = require"winreg"
+-- Enumerate shell folders
+hkey = winreg.openkey([[HKCU\Software\Microsoft\Windows\CurrentVersion]])
+skey = hkey:openkey("Explorer\\Shell Folders")
+for name, kind in skey:enumvalue(true) do
+ print("\nname: " .. name .. " (type " .. kind .. ")")
+end