INAP: fix indent (using 2 spaces)

Change-Id: I0cd96bcabf27ca93f0a84f880bfa1909e560f2da
Reviewed-on: https://code.wireshark.org/review/15006
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-19 16:34:30 +02:00 committed by Anders Broman
parent 5cc290b8ae
commit 36eb2c9d3b
1 changed files with 3 additions and 3 deletions

View File

@ -331,11 +331,11 @@ CallingPartysCategory TYPE = FT_UINT16 DISPLAY = BASE_DEC|BASE_EXT_STRING STRI
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 4
# c-basic-offset: 2
# tab-width: 8
# indent-tabs-mode: nil
# End:
#
# vi: set shiftwidth=4 tabstop=8 expandtab:
# :indentSize=4:tabSize=8:noTabs=true:
# vi: set shiftwidth=2 tabstop=8 expandtab:
# :indentSize=2:tabSize=8:noTabs=true:
#