aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2019-04-21 08:10:29 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2019-04-22 16:21:33 +0000
commit90efed709a4bd0f843dd8db7b7d5b0c44c4af47e (patch)
tree825d7f15e35c84a066a4ad909b5f4d52bf204579 /epan/dissectors
parent9ce60b173bf17b7d20695d9dc1de050989019664 (diff)
wps.(h): fix no newline at end of file [-Wnewline-eof]
Change-Id: Ifc65afbc0cacfce96a6b79a911c07611c87e8cd8 Reviewed-on: https://code.wireshark.org/review/32924 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-wps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wps.h b/epan/dissectors/packet-wps.h
index f80ada73a6..884b7b624d 100644
--- a/epan/dissectors/packet-wps.h
+++ b/epan/dissectors/packet-wps.h
@@ -31,4 +31,4 @@ void
dissect_wps_tlvs(proto_tree *eap_tree, tvbuff_t *tvb, int offset,
gint size, packet_info* pinfo);
-#endif \ No newline at end of file
+#endif