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_9.lua
parentc26c2bc4a1e97ea50a2daad620c343e6c5dd81c1 (diff)
Normalizing line endings on lua-winreg as well
Diffstat (limited to '3rdparty/lua/src/modules/lua-winreg/test/test_5_1_9.lua')
-rw-r--r--3rdparty/lua/src/modules/lua-winreg/test/test_5_1_9.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_9.lua b/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_9.lua
index 18a59b2..076013a 100644
--- a/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_9.lua
+++ b/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_9.lua
@@ -1,7 +1,7 @@
-local winreg = require"winreg"
-rkey = "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run"
-hkey = winreg.openkey(rkey)
-for name, kind in hkey:enumvalue() do
- print("\nname: " .. name
- .. "\nvalue: " .. hkey:getstrval(name))
-end
+local winreg = require"winreg"
+rkey = "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run"
+hkey = winreg.openkey(rkey)
+for name, kind in hkey:enumvalue() do
+ print("\nname: " .. name
+ .. "\nvalue: " .. hkey:getstrval(name))
+end