File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ public enum Mach {
9797 }
9898
9999 /// The MachPortRight type used to manage a receive right.
100- public struct ReceiveRight : MachPortRight { }
100+ public struct ReceiveRight : MachPortRight { }
101101
102102 /// The MachPortRight type used to manage a send right.
103- public struct SendRight : MachPortRight { }
103+ public struct SendRight : MachPortRight { }
104104
105105 /// The MachPortRight type used to manage a send-once right.
106106 ///
@@ -109,7 +109,7 @@ public enum Mach {
109109 ///
110110 /// Upon destruction a send-once notification will be sent to the
111111 /// receiving end.
112- public struct SendOnceRight : MachPortRight { }
112+ public struct SendOnceRight : MachPortRight { }
113113
114114 /// Create a connected pair of rights, one receive, and one send.
115115 ///
You can’t perform that action at this time.
0 commit comments