aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-02-16 14:59:41 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-02-16 14:59:41 -0800
commitfae48aae0ffc4bf0f235ef7cd314267b68286807 (patch)
treeff3911e4dc1a4d187f37482a378eee3c9c2a4668 /src/core
parent3ac25733108891484fd3ea554e3e7bf5f224540b (diff)
clang format code
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/iomgr/error.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/error.h b/src/core/lib/iomgr/error.h
index 8393605d77..2613512acb 100644
--- a/src/core/lib/iomgr/error.h
+++ b/src/core/lib/iomgr/error.h
@@ -136,7 +136,6 @@ typedef enum {
GRPC_ERROR_TIME_CREATED,
} grpc_error_times;
-
/// The following "special" errors can be propagated without allocating memory.
/// They are always even so that other code (particularly combiner locks,
/// polling engines) can safely use the lower bit for themselves.