]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5076] Missing blank line and semicolon
authorFrancis Dupont <fdupont@isc.org>
Wed, 8 Feb 2017 15:09:06 +0000 (16:09 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 8 Feb 2017 15:09:06 +0000 (16:09 +0100)
src/bin/agent/agent_parser.yy
src/bin/agent/parser_context.h

index 01f99bbd621ed37191b081c44462c36e799b5cee..cacc4020f13ad33c0ee44ef870006ae946cffe78 100644 (file)
@@ -336,7 +336,7 @@ control_sockets: CONTROL_SOCKETS COLON LCURLY_BRACKET {
     ctx.stack_.push_back(m);
 } control_sockets_params RCURLY_BRACKET {
     ctx.stack_.pop_back();
-}
+};
 
 // This defines what kind of control-sockets parameters we allow.
 // Note that empty map is not allowed here, because at least one control socket
@@ -503,6 +503,7 @@ debuglevel: DEBUGLEVEL COLON INTEGER {
     ElementPtr dl(new IntElement($3, ctx.loc2pos(@3)));
     ctx.stack_.back()->set("debuglevel", dl);
 };
+
 severity: SEVERITY {
     ctx.enter(ctx.NO_KEYWORDS);
 } COLON STRING {
index 7c35c729655b4b567945f296258246538eca33d5..2ce07693dc1286613390d5cdb2de496c315bc4a0 100644 (file)
@@ -215,7 +215,7 @@ public:
     /// @throw isc::Unexpected if unbalanced (more leave() than enter() calls)
     void leave();
 
-    /// @brief Get the syntactix context name
+    /// @brief Get the syntactic context name
     ///
     /// @return printable name of the context.
     const std::string contextName();
@@ -224,7 +224,7 @@ public:
     /// @brief Flag determining scanner debugging.
     bool trace_scanning_;
 
-    /// @brief Flag determing parser debugging.
+    /// @brief Flag determining parser debugging.
     bool trace_parsing_;
 
     /// @brief Syntactic context stack