aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/compiler/csharp/csharp_options.h')
-rw-r--r--src/google/protobuf/compiler/csharp/csharp_options.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/csharp/csharp_options.h b/src/google/protobuf/compiler/csharp/csharp_options.h
index 99e05140..d75eefa6 100644
--- a/src/google/protobuf/compiler/csharp/csharp_options.h
+++ b/src/google/protobuf/compiler/csharp/csharp_options.h
@@ -41,7 +41,10 @@ namespace csharp {
// Generator options (used by csharp_generator.cc):
struct Options {
- Options() : file_extension(".cs"), base_namespace(""), generate_directories(false) {
+ Options() :
+ file_extension(".cs"),
+ base_namespace(""),
+ generate_directories(false) {
}
// Extension of the generated file. Defaults to ".cs"
string file_extension;