mono-docs: Proper indentation for previous commit
authorXavi Artigas <xavierartigas@yahoo.es>
Fri, 2 Aug 2019 11:53:19 +0000 (13:53 +0200)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 5 Aug 2019 02:51:02 +0000 (11:51 +0900)
src/bin/eolian_mono/eolian/mono/events.hh

index 777d225..013b7d8 100644 (file)
@@ -283,7 +283,7 @@ struct event_declaration_generator
            ).generate(sink, evt, context)) return false;
       if (evt.type.is_engaged())
         if (!as_generator(
-                scope_tab << scope_tab << "/// <value><see cref=\"" << name_helpers::managed_event_args_name(evt) << "\"/></value>\n"
+                scope_tab << "/// <value><see cref=\"" << name_helpers::managed_event_args_name(evt) << "\"/></value>\n"
              ).generate(sink, evt, context)) return false;
       if (!as_generator(
               scope_tab << "event EventHandler" << wrapper_args_type << " " << evt_name << ";\n"