summaryrefslogtreecommitdiff
path: root/extcap
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-05-03 07:28:42 +0200
committerDario Lombardo <lomato@gmail.com>2016-05-03 07:15:20 +0000
commit13e302f33d707acc64b9380c27dedf6e56a055be (patch)
treed7808aaebffbac7b43966ec421dd3647ef462555 /extcap
parent0a5210f340a1ef39638c3842f6edb6d74283f6de (diff)
downloadwireshark-13e302f33d707acc64b9380c27dedf6e56a055be.tar.gz
ssh-base : fix no newline at end of file [-Wnewline-eof]
Change-Id: Id9a132f9cec7df451c8fbed851ed560ba45747bb Reviewed-on: https://code.wireshark.org/review/15250 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'extcap')
-rw-r--r--extcap/ssh-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/ssh-base.c b/extcap/ssh-base.c
index cec0856105..cc50417137 100644
--- a/extcap/ssh-base.c
+++ b/extcap/ssh-base.c
@@ -178,4 +178,4 @@ void ssh_cleanup(ssh_session* sshs, ssh_channel* channel)
*
* vi: set shiftwidth=8 tabstop=8 noexpandtab:
* :indentSize=8:tabSize=8:noTabs=false:
- */ \ No newline at end of file
+ */