aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-02-21 15:32:29 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-02-21 15:32:29 +0000
commitb9a0eaedae0e6ba719e10d2c7e1d42d484caf6c1 (patch)
tree30594f55ded883f0bf3e3f28f344a549757a5a55 /epan/dissectors/packet-bacapp.h
parent38655fbd2f560da2f39b5a4f06d3c397088cefd8 (diff)
Fix indent (Tab => 4 Spaces) Remove whitespace And Modelines info
svn path=/trunk/; revision=47800
Diffstat (limited to 'epan/dissectors/packet-bacapp.h')
-rw-r--r--epan/dissectors/packet-bacapp.h29
1 files changed, 21 insertions, 8 deletions
diff --git a/epan/dissectors/packet-bacapp.h b/epan/dissectors/packet-bacapp.h
index 3cac1acb5d..b71c6ff4c6 100644
--- a/epan/dissectors/packet-bacapp.h
+++ b/epan/dissectors/packet-bacapp.h
@@ -25,18 +25,31 @@
#ifndef __PACKET_BACNET_H__
#define __PACKET_BACNET_H__
-#define BACINFO_SERVICE 0
-#define BACINFO_INVOKEID 1
-#define BACINFO_INSTANCEID 2
-#define BACINFO_OBJECTID 4
+#define BACINFO_SERVICE 0
+#define BACINFO_INVOKEID 1
+#define BACINFO_INSTANCEID 2
+#define BACINFO_OBJECTID 4
/* Used for BACnet statistics */
typedef struct _bacapp_info_value_t {
- const gchar *service_type;
- const gchar *invoke_id;
- const gchar *instance_ident;
- const gchar *object_ident;
+ const gchar *service_type;
+ const gchar *invoke_id;
+ const gchar *instance_ident;
+ const gchar *object_ident;
} bacapp_info_value_t;
#endif /* __PACKET_BACNET_H__ */
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */