Skip to content

Commit 3fafe21

Browse files
Replaced tab with spaces.
1 parent 1a25f39 commit 3fafe21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CSharp/CSharp.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class DLL_API Bar : public Qux
6363
};
6464
Bar();
6565
Bar(Qux qux);
66-
Bar(Items item);
66+
Bar(Items item);
6767
int method();
6868
const Foo& operator[](int i) const;
6969
Foo& operator[](int i);
@@ -365,7 +365,7 @@ class DLL_API MethodsWithDefaultValues : public Quux
365365
// in this case the arg is a MaterializeTemporaryExpr, in the other not
366366
// I cannot see the difference but it's there so we need both tests
367367
void defaultImplicitCtorEnum(Baz arg = Bar::Item1);
368-
void defaultImplicitCtorEnumTwo(Bar arg = Bar::Items::Item1);
368+
void defaultImplicitCtorEnumTwo(Bar arg = Bar::Items::Item1);
369369
void defaultIntWithLongExpression(unsigned int i = DEFAULT_INT);
370370
void defaultRefTypeEnumImplicitCtor(const QColor &fillColor = Qt::white);
371371
void rotate4x4Matrix(float angle, float x, float y, float z = 0.0f);

0 commit comments

Comments
 (0)