test: lua: (trivial) fix indentation

Replace a TAB with spaces.

Change-Id: I3d5c79af4116614ef78dd8a71eb42e93875c0637
Reviewed-on: https://code.wireshark.org/review/30790
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Martin Kaiser 2018-11-25 16:21:22 +01:00
parent e158a96612
commit 6e3ec21e73
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ local getfield =
{
STRING = Field.new ("test.basic.string"),
BOOLEAN = Field.new ("test.basic.boolean"),
UINT8 = Field.new ("test.basic.uint8"),
UINT8 = Field.new ("test.basic.uint8"),
UINT16 = Field.new ("test.basic.uint16"),
INT24 = Field.new ("test.basic.uint24"),
BYTES = Field.new ("test.basic.bytes"),