udpdump: fix indent (use tab)

Change-Id: Ibfe9ad19d12a84794f5e84ebaf3b9de5d4e419e8
Reviewed-on: https://code.wireshark.org/review/20733
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Alexis La Goutte 2017-03-27 09:20:16 +02:00 committed by Dario Lombardo
parent ea0f0939bb
commit ff6058039a
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ static void run_listener(const char* fifo, const guint16 port, const char* proto
fclose(fp);
closesocket(sock);
g_free(buf);
g_free(buf);
}
int main(int argc, char *argv[])