aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-10-03 02:01:51 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-10-03 02:01:51 +0200
commitcff6469dfc1beb118773961106ae884234a908f5 (patch)
tree68fda4acfcc0f3a66365fb2407e4df004bb7394b /src
parente2bad3195534ffb9a852dbc69e140c6d509d1a19 (diff)
Making template agree with clang-format.
Diffstat (limited to 'src')
-rw-r--r--src/core/surface/version.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/surface/version.c b/src/core/surface/version.c
index 4b90e06a04..e559d51448 100644
--- a/src/core/surface/version.c
+++ b/src/core/surface/version.c
@@ -36,6 +36,4 @@
#include <grpc/grpc.h>
-const char *grpc_version_string(void) {
- return "0.11.0.0";
-}
+const char *grpc_version_string(void) { return "0.11.0.0"; }