aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-02-04 16:49:12 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-02-04 16:49:12 -0800
commitf24eae2d621f81a800dfcd3da82c193ef9e7b6c3 (patch)
treef65847e5aa959a44fa8fe63d004f9fcd679efa45 /templates/src
parent9ca1ee00905fa967474a6f736b998cc1a450b3f9 (diff)
Correct commet style of version.h
Diffstat (limited to 'templates/src')
-rw-r--r--templates/src/objective-c/GRPCClient/private/version.h.template11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/src/objective-c/GRPCClient/private/version.h.template b/templates/src/objective-c/GRPCClient/private/version.h.template
index 5f41379a06..1d10692788 100644
--- a/templates/src/objective-c/GRPCClient/private/version.h.template
+++ b/templates/src/objective-c/GRPCClient/private/version.h.template
@@ -33,10 +33,11 @@
*
*/
- /* This file is autogenerated from a template file. Please make
- * modifications to
- * `templates/src/objective-c/GRPCClient/private/version.h.template`
- * instead. This file can be regenerated from the template by running
- * `tools/buildgen/generate_projects.sh`. */
+ // This file is autogenerated from a template file. Please make
+ // modifications to
+ // `templates/src/objective-c/GRPCClient/private/version.h.template`
+ // instead. This file can be regenerated from the template by running
+ // `tools/buildgen/generate_projects.sh`.
+
#define GRPC_OBJC_VERSION_STRING @"${settings.version}"