summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-14 18:28:25 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-15 01:29:11 +0000
commit3bd767108391e6d3498241b20e86ca176dffc185 (patch)
tree4c8ca21132c675d380b9258db65daa5428b70d36 /tools
parent0f3e20051c5be2d8164365763e63988a30aa24f4 (diff)
downloadwireshark-3bd767108391e6d3498241b20e86ca176dffc185.tar.gz
Make whitespace match what's checked into the SQLite repository.
They accepted some of our changes, but with no space between "struct XXX" and "*. Whatever. Change-Id: I6b29462dc8b04ebf0822f8512d82f5f8df575447 Reviewed-on: https://code.wireshark.org/review/21101 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tools')
-rw-r--r--tools/lemon/lemon.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/lemon/lemon.c b/tools/lemon/lemon.c
index db05bbaae3..e5d1a4f18e 100644
--- a/tools/lemon/lemon.c
+++ b/tools/lemon/lemon.c
@@ -171,12 +171,12 @@ static struct action *Action_new(void);
static struct action *Action_sort(struct action *);
/********** From the file "build.h" ************************************/
-void FindRulePrecedences(struct lemon *);
-void FindFirstSets(struct lemon *);
-void FindStates(struct lemon *);
-void FindLinks(struct lemon *);
-void FindFollowSets(struct lemon *);
-void FindActions(struct lemon *);
+void FindRulePrecedences(struct lemon*);
+void FindFirstSets(struct lemon*);
+void FindStates(struct lemon*);
+void FindLinks(struct lemon*);
+void FindFollowSets(struct lemon*);
+void FindActions(struct lemon*);
/********* From the file "configlist.h" *********************************/
void Configlist_init(void);