Skip to content

Commit f18d56f

Browse files
authored
style: use 4-space indentation in clienthello.lua.
1 parent 2bc138e commit f18d56f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/ngx/ssl/clienthello.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ end
193193

194194

195195
local prot_map = {
196-
["SSLv2"] = 0x0002,
197-
["SSLv3"] = 0x0004,
198-
["TLSv1"] = 0x0008,
199-
["TLSv1.1"] = 0x0010,
200-
["TLSv1.2"] = 0x0020,
201-
["TLSv1.3"] = 0x0040
196+
["SSLv2"] = 0x0002,
197+
["SSLv3"] = 0x0004,
198+
["TLSv1"] = 0x0008,
199+
["TLSv1.1"] = 0x0010,
200+
["TLSv1.2"] = 0x0020,
201+
["TLSv1.3"] = 0x0040
202202
}
203203

204204

0 commit comments

Comments
 (0)