Browse Source

Fixed indentation.

pull/1/head
triton 12 years ago
parent
commit
d5969d57e4
  1. 2
      src/Generator/Generators/CLI/CLITextTemplate.cs

2
src/Generator/Generators/CLI/CLITextTemplate.cs

@ -22,7 +22,7 @@ namespace Cxxi.Generators.CLI
} }
} }
public abstract class CLITextTemplate : TextTemplate public abstract class CLITextTemplate : TextTemplate
{ {
protected const string DefaultIndent = " "; protected const string DefaultIndent = " ";
protected const uint MaxIndent = 80; protected const uint MaxIndent = 80;

Loading…
Cancel
Save