From f24eae2d621f81a800dfcd3da82c193ef9e7b6c3 Mon Sep 17 00:00:00 2001
From: Muxi Yan <mxyan@google.com>
Date: Sat, 4 Feb 2017 16:49:12 -0800
Subject: [PATCH] Correct commet style of version.h

---
 src/objective-c/GRPCClient/private/version.h          | 11 ++++++-----
 .../objective-c/GRPCClient/private/version.h.template | 11 ++++++-----
 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 23b804a9da..1ce35ebc83 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-pre1"
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}"
-- 
GitLab