column-utils: replace TAB with SPACE in prototypes.

In some functions the file showed

<ret_type><TAB><func name>

while in others

<ret_type><SPACE><func name>

All prototypes aligned to use the latter.

Change-Id: I47163824c9ae629c84df6d795192353eed5d5cca
Reviewed-on: https://code.wireshark.org/review/31803
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2019-01-28 17:04:45 +01:00 committed by Anders Broman
parent dbf436b67e
commit 30f8175303
1 changed files with 20 additions and 20 deletions