Skip to content

Commit

Permalink
Merge pull request #392 from gircore/housekeeping/fix-codeformatting
Browse files Browse the repository at this point in the history
[housekeeping] Automated PR to fix formatting errors
  • Loading branch information
badcel authored Aug 6, 2021
2 parents 89e4fba + c23a8c9 commit cc07322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GirLoader/Output/Model/Bitfield.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ internal override bool Matches(TypeReference typeReference)

return namespaceOk && typeReference.SymbolNameReference.SymbolName == OriginalName;
}

if (typeReference.CTypeReference is not null)
return typeReference.CTypeReference.CType == CType;

Expand Down
2 changes: 1 addition & 1 deletion GirLoader/Output/Model/NamespaceFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal class NamespaceFactory
private readonly ConstantFactory _constantFactory;
private readonly UnionFactory _unionFactory;

public NamespaceFactory(ClassFactory classFactory, AliasFactory aliasFactory, CallbackFactory callbackFactory, EnumerationFactory enumerationFactory, BitfieldFactory bitfieldFactory,InterfaceFactory interfaceFactory, RecordFactory recordFactory, MethodFactory methodFactory, ConstantFactory constantFactory, UnionFactory unionFactory)
public NamespaceFactory(ClassFactory classFactory, AliasFactory aliasFactory, CallbackFactory callbackFactory, EnumerationFactory enumerationFactory, BitfieldFactory bitfieldFactory, InterfaceFactory interfaceFactory, RecordFactory recordFactory, MethodFactory methodFactory, ConstantFactory constantFactory, UnionFactory unionFactory)
{
_classFactory = classFactory;
_aliasFactory = aliasFactory;
Expand Down

0 comments on commit cc07322

Please sign in to comment.