diff options
author | murgatroid99 <mlumish@google.com> | 2016-02-05 11:33:30 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-02-05 11:33:30 -0800 |
commit | 7a55684a1305c73b0d7924d5cf04a52c093bd1bc (patch) | |
tree | 122e92bd972107f2a543e9966b25b766eb1c9cf1 /src/core/support | |
parent | 309830f6b8c09347db305acf3b05fca333030989 (diff) |
Clang format and fix copyrights
Diffstat (limited to 'src/core/support')
-rw-r--r-- | src/core/support/avl.c | 2 | ||||
-rw-r--r-- | src/core/support/stack_lockfree.c | 2 | ||||
-rw-r--r-- | src/core/support/time.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/core/support/avl.c b/src/core/support/avl.c index 1767fc12b5..78746588f0 100644 --- a/src/core/support/avl.c +++ b/src/core/support/avl.c @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/core/support/stack_lockfree.c b/src/core/support/stack_lockfree.c index 2c97ee18be..9daecd2e18 100644 --- a/src/core/support/stack_lockfree.c +++ b/src/core/support/stack_lockfree.c @@ -99,7 +99,7 @@ gpr_stack_lockfree *gpr_stack_lockfree_create(size_t entries) { /* Point the head at reserved dummy entry */ stack->head.contents.index = INVALID_ENTRY_INDEX; - /* Fill in the pad and aba_ctr to avoid confusing memcheck tools */ +/* Fill in the pad and aba_ctr to avoid confusing memcheck tools */ #ifdef GPR_ARCH_64 stack->head.contents.pad = 0; #endif diff --git a/src/core/support/time.c b/src/core/support/time.c index 2a1e40c633..423d12ffc0 100644 --- a/src/core/support/time.c +++ b/src/core/support/time.c @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |