aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/slice.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:23:38 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:23:38 -0800
commit190d360defe58eec0540d50cbb5d4a8f4878c4f1 (patch)
tree22e169a0f6780559fef31d847ad226c7ebd8cb4a /src/core/support/slice.c
parent0605995e55a2030c5a2a82092a253e7188b8d2fb (diff)
Add missing new-lines at end of file
Diffstat (limited to 'src/core/support/slice.c')
-rw-r--r--src/core/support/slice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/support/slice.c b/src/core/support/slice.c
index de26136f85..4cff029286 100644
--- a/src/core/support/slice.c
+++ b/src/core/support/slice.c
@@ -322,4 +322,4 @@ int gpr_slice_str_cmp(gpr_slice a, const char *b) {
int d = GPR_SLICE_LENGTH(a) - b_length;
if (d != 0) return d;
return memcmp(GPR_SLICE_START_PTR(a), b, b_length);
-} \ No newline at end of file
+}