aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/slice/b64.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-16 16:18:51 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-17 14:09:14 -0800
commit66dfcf59190f5e2116edf972196c5107c9d563be (patch)
treee9af21ca23a49f9044882ede3232af0ceebbeb9a /src/core/lib/slice/b64.h
parent61c4d6b64833822e2db6f90ee0f74e76539c4c10 (diff)
clang fmt
Diffstat (limited to 'src/core/lib/slice/b64.h')
-rw-r--r--src/core/lib/slice/b64.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/slice/b64.h b/src/core/lib/slice/b64.h
index 09a8418fd5..f86c1d9901 100644
--- a/src/core/lib/slice/b64.h
+++ b/src/core/lib/slice/b64.h
@@ -21,8 +21,6 @@
#include <grpc/slice.h>
-
-
/* Encodes data using base64. It is the caller's responsability to free
the returned char * using gpr_free. Returns NULL on NULL input.
TODO(makdharma) : change the flags to bool from int */
@@ -49,6 +47,4 @@ grpc_slice grpc_base64_decode(grpc_exec_ctx* exec_ctx, const char* b64,
grpc_slice grpc_base64_decode_with_len(grpc_exec_ctx* exec_ctx, const char* b64,
size_t b64_len, int url_safe);
-
-
#endif /* GRPC_CORE_LIB_SLICE_B64_H */