Browse Source

Fixed missing leading space in comment.

pull/818/head
Joao Matos 9 years ago
parent
commit
f5520140f3
  1. 2
      src/Generator/Passes/CheckOperatorsOverloads.cs

2
src/Generator/Passes/CheckOperatorsOverloads.cs

@ -28,7 +28,7 @@ namespace CppSharp.Passes
if (Options.IsCSharpGenerator) if (Options.IsCSharpGenerator)
{ {
//In C# the comparison operators, if overloaded, must be overloaded in pairs; // In C# the comparison operators, if overloaded, must be overloaded in pairs;
// that is, if == is overloaded, != must also be overloaded. The reverse // that is, if == is overloaded, != must also be overloaded. The reverse
// is also true, and similar for < and >, and for <= and >=. // is also true, and similar for < and >, and for <= and >=.

Loading…
Cancel
Save