summaryrefslogtreecommitdiffstats
path: root/src/manifest_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/manifest_parser.h')
-rw-r--r--src/manifest_parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manifest_parser.h b/src/manifest_parser.h
index 887be50..954cf46 100644
--- a/src/manifest_parser.h
+++ b/src/manifest_parser.h
@@ -51,7 +51,8 @@ struct ManifestParser : public Parser {
private:
/// Parse a file, given its contents as a string.
- bool Parse(const std::string& filename, const std::string& input, std::string* err);
+ bool Parse(const std::string& filename, const std::string& input,
+ std::string* err);
/// Parse various statement types.
bool ParsePool(std::string* err);