Skip to content

Commit

Permalink
Gardening: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjammer committed Mar 8, 2016
1 parent a9404f9 commit ff75058
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/swift/Runtime/Metadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -2206,11 +2206,11 @@ struct TargetProtocolDescriptor {

/// Unused by the Swift runtime.
TargetPointer<Runtime, const void>
_ObjC_InstanceMethods,
_ObjC_ClassMethods,
_ObjC_OptionalInstanceMethods,
_ObjC_OptionalClassMethods,
_ObjC_InstanceProperties;
_ObjC_InstanceMethods,
_ObjC_ClassMethods,
_ObjC_OptionalInstanceMethods,
_ObjC_OptionalClassMethods,
_ObjC_InstanceProperties;

/// Size of the descriptor record.
uint32_t DescriptorSize;
Expand Down

0 comments on commit ff75058

Please sign in to comment.