From fae48aae0ffc4bf0f235ef7cd314267b68286807 Mon Sep 17 00:00:00 2001 From: Sree Kuchibhotla Date: Thu, 16 Feb 2017 14:59:41 -0800 Subject: [PATCH] clang format code --- src/core/lib/iomgr/error.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/lib/iomgr/error.h b/src/core/lib/iomgr/error.h index 8393605d772..2613512acbe 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.