summaryrefslogtreecommitdiff
path: root/extcap
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-05-03 12:15:12 +0200
committerRoland Knall <rknall@gmail.com>2016-05-03 10:49:48 +0000
commitdee238b9c8d868797781a8b0975200d78b7c72dd (patch)
tree5c6ccd82fdfca2a77bdd0a6b8c5facd32d24dbe0 /extcap
parent6d2ea733ddedf9850883a2dbec43069b92e129bf (diff)
downloadwireshark-dee238b9c8d868797781a8b0975200d78b7c72dd.tar.gz
ssh-base(.h) : fix no newline at end of file [-Wnewline-eof]
Change-Id: I0e5898a0b0a48dd777c3ac249a23c872ff45df80 Reviewed-on: https://code.wireshark.org/review/15253 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'extcap')
-rw-r--r--extcap/ssh-base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/ssh-base.h b/extcap/ssh-base.h
index a881c0f4ae..30c4b73fbe 100644
--- a/extcap/ssh-base.h
+++ b/extcap/ssh-base.h
@@ -61,4 +61,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
+ */