aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-02-04 16:52:57 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-02-04 16:52:57 -0800
commit1783bd3c99c51b75402fac2195926c1ffd3b6c72 (patch)
tree4ab56d6a0a1da1a9eb538bdda15fceb22cc9938e
parentae6290d1440243c85ced9bdf3f2c05efe8b27186 (diff)
Correct commet style of version.h
-rw-r--r--src/objective-c/GRPCClient/private/version.h11
-rw-r--r--templates/src/objective-c/GRPCClient/private/version.h.template11
2 files changed, 12 insertions, 10 deletions
diff --git a/src/objective-c/GRPCClient/private/version.h b/src/objective-c/GRPCClient/private/version.h
index ac77fc8ead..bbb02d61bd 100644
--- a/src/objective-c/GRPCClient/private/version.h
+++ b/src/objective-c/GRPCClient/private/version.h
@@ -31,10 +31,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 @"1.1.0-dev"
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}"