aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/util/json_util.h
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2016-05-10 15:27:48 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2016-05-10 15:27:48 -0700
commit19cd009ec14c1a759fe4d0ef79eb3fab738137ca (patch)
tree60e7e3a8e56671102cd04d83ee4a388421b6eb8b /src/core/lib/security/util/json_util.h
parentbae6a4cb43db9afd0868cdb66f34a5449156a3e5 (diff)
clang-format
Diffstat (limited to 'src/core/lib/security/util/json_util.h')
-rw-r--r--src/core/lib/security/util/json_util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/lib/security/util/json_util.h b/src/core/lib/security/util/json_util.h
index 3046412729..5959626a5f 100644
--- a/src/core/lib/security/util/json_util.h
+++ b/src/core/lib/security/util/json_util.h
@@ -50,8 +50,6 @@ const char *grpc_json_get_string_property(const grpc_json *json,
// Copies the value of the json child property specified by prop_name.
// Returns false if the property was not found.
bool grpc_copy_json_string_property(const grpc_json *json,
- const char *prop_name,
- char **copied_value);
+ const char *prop_name, char **copied_value);
#endif // GRPC_CORE_LIB_SECURITY_UTIL_JSON_UTIL_H
-