about summary refs log tree commit diff
path: root/third_party/nix/src/libexpr/json-to-value.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libexpr/json-to-value.hh')
-rw-r--r--third_party/nix/src/libexpr/json-to-value.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/nix/src/libexpr/json-to-value.hh b/third_party/nix/src/libexpr/json-to-value.hh
index 041a4c5965..7f258f2137 100644
--- a/third_party/nix/src/libexpr/json-to-value.hh
+++ b/third_party/nix/src/libexpr/json-to-value.hh
@@ -6,8 +6,8 @@
 
 namespace nix {
 
-MakeError(JSONParseError, EvalError)
+MakeError(JSONParseError, EvalError);
 
-    void parseJSON(EvalState& state, const std::string& s, Value& v);
+void parseJSON(EvalState& state, const std::string& s, Value& v);
 
-}
+}  // namespace nix