Index: third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h |
diff --git a/third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h b/third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h |
index f196ffc57704b5c690502bb4c9ee693200c5a65f..d1377666d3c27ce46fd3ba524e150c06624ca6c3 100644 |
--- a/third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h |
+++ b/third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h |
@@ -212,6 +212,7 @@ class LIBPROTOC_EXPORT CommandLineInterface { |
// Parse all command-line arguments. |
ParseArgumentStatus ParseArguments(int argc, const char* const argv[]); |
+ |
// Parses a command-line argument into a name/value pair. Returns |
// true if the next argument in the argv should be used as the value, |
// false otherwise. |