From f66f2e80eee4a9df52b9f3f0298548c039d1d122 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Wed, 7 Dec 2011 08:59:08 -0800 Subject: [PATCH] more whitespace --- src/state.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/state.h b/src/state.h index 6b8d8b2..cdab131 100644 --- a/src/state.h +++ b/src/state.h @@ -37,13 +37,17 @@ struct State { void AddRule(const Rule* rule); const Rule* LookupRule(const string& rule_name); + Edge* AddEdge(const Rule* rule); + Node* GetNode(const string& path); Node* LookupNode(const string& path); Node* SpellcheckNode(const string& path); + void AddIn(Edge* edge, const string& path); void AddOut(Edge* edge, const string& path); bool AddDefault(const string& path, string* error); + /// Reset state. Keeps all nodes and edges, but restores them to the /// state where we haven't yet examined the disk for dirty state. void Reset(); -- 2.7.4