Copyright, clang-format

pull/5007/head
Craig Tiller 9 years ago
parent 2cf2389ef8
commit 72c920f148
  1. 1
      src/core/support/wrap_memcpy.c
  2. 2
      src/ruby/ext/grpc/extconf.rb

@ -46,4 +46,3 @@ void *__wrap_memcpy(void *destination, const void *source, size_t num) {
return memcpy(destination, source, num); return memcpy(destination, source, num);
} }
#endif #endif

@ -1,4 +1,4 @@
# Copyright 2015, Google Inc. # Copyright 2015-2016, Google Inc.
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

Loading…
Cancel
Save