summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-07-27 21:08:31 +0200
committerJörg Mayer <jmayer@loplof.de>2014-07-27 19:09:58 +0000
commit465810969037d06cd027f9d8b18c82cf405b6b01 (patch)
tree586c853f5c69567c39017bc031dcfd4364e6532c
parentec08f3458ef90cee125e4fca3014e4b662d05770 (diff)
downloadwireshark-465810969037d06cd027f9d8b18c82cf405b6b01.tar.gz
Fix incorrect whitespace. Why this wasn't spotted during review?
Change-Id: I54be42e020e2febf2e15d5eb0e772153eae1ba32 Reviewed-on: https://code.wireshark.org/review/3213 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
-rw-r--r--epan/CMakeLists.txt2
-rw-r--r--epan/dissectors/Makefile.common4
2 files changed, 3 insertions, 3 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index 3ecaf480da..868182d155 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -1052,7 +1052,7 @@ set(DISSECTOR_SRC
dissectors/packet-openvpn.c
dissectors/packet-openwire.c
dissectors/packet-opsi.c
- dissectors/packet-optommp.c
+ dissectors/packet-optommp.c
dissectors/packet-osc.c
dissectors/packet-osi-options.c
dissectors/packet-osi.c
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 243c06d548..97eaa0bc5b 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -976,8 +976,8 @@ DISSECTOR_SRC = \
packet-opensafety.c \
packet-openvpn.c \
packet-openwire.c \
- packet-optommp.c \
- packet-osc.c \
+ packet-optommp.c \
+ packet-osc.c \
packet-osi-options.c \
packet-osi.c \
packet-ositp.c \