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-04-05 23:12:12 +0300
committerOliver Schneider <oliver@assarbad.net>2018-04-05 23:12:12 +0300
commitf57ac71db43c6218ee0e611751a3d345f02df902 (patch)
treef163b3e78ab1d04f2db89e23a077cd3677cde075 /3rdparty/lua/src/modules/lua-winreg/test/test_5_1_10.lua
parentadf6cafdc6a8dcb2453ca1204912d796db1263d0 (diff)
Going with the line endings of the upstream project instead
Diffstat (limited to '3rdparty/lua/src/modules/lua-winreg/test/test_5_1_10.lua')
-rw-r--r--3rdparty/lua/src/modules/lua-winreg/test/test_5_1_10.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_10.lua b/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_10.lua
index 4d3caca..7e9a2ce 100644
--- a/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_10.lua
+++ b/3rdparty/lua/src/modules/lua-winreg/test/test_5_1_10.lua
@@ -1,8 +1,8 @@
-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
- .. "\ntype: " .. hkey:getvaltype(name))
- assert(kind == hkey:getvaltype(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
+ .. "\ntype: " .. hkey:getvaltype(name))
+ assert(kind == hkey:getvaltype(name))
+end