aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-24 21:12:55 +0100
committerAnders Broman <a.broman58@gmail.com>2014-11-24 22:00:39 +0000
commit605a6aece2c03dd2a7a84888fcd34df64d256219 (patch)
tree24f563391617347079d95187adcbdb0b05cccee3 /plugins
parente02c03bd4201f69a8c9539835ac4adf06809d92d (diff)
Mate: Fix indent (use tabs)
Change-Id: I9a02e4a063dc4fc173ff9b7596acd7f9ceba7aa7 Reviewed-on: https://code.wireshark.org/review/5477 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mate/mate_parser.l12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/mate/mate_parser.l b/plugins/mate/mate_parser.l
index f752f0a964..578a6b4696 100644
--- a/plugins/mate/mate_parser.l
+++ b/plugins/mate/mate_parser.l
@@ -117,7 +117,7 @@ basic_tree_kw BasicTree
true_kw [Tt][Rr][Uu][Ee]
false_kw [Ff][Aa][Ll][Ss][Ee]
proto_kw Proto
-payload_kw Payload
+payload_kw Payload
transport_kw Transport
criteria_kw Criteria
accept_kw Accept
@@ -128,10 +128,10 @@ drop_unassigned_kw DropUnassigned
discard_pdu_data_kw DiscardPduData
last_pdu_kw LastPdu
done_kw Done
-filename_kw Filename
-debug_kw Debug
-level_kw Level
-default_kw Default
+filename_kw Filename
+debug_kw Debug
+level_kw Level
+default_kw Default
open_parens "("
@@ -347,5 +347,5 @@ extern gboolean mate_load_config(const gchar* filename, mate_config* matecfg) {
*/
int yywrap(void) {
- return 1;
+ return 1;
}