[gardening] Fix accidental trailing whitespace.

This commit is contained in:
practicalswift
2016-10-29 10:22:58 +02:00
parent 3616567dbd
commit cc852042c9
165 changed files with 1002 additions and 1002 deletions

View File

@@ -293,7 +293,7 @@ public struct ${Self}<Pointee>
_debugPrecondition(
count >= 0, "${Self}.initialize with negative count")
_debugPrecondition(
UnsafePointer(self) + count <= source ||
UnsafePointer(self) + count <= source ||
source + count <= UnsafePointer(self),
"${Self}.initialize overlapping range")
Builtin.copyArray(
@@ -652,7 +652,7 @@ extension ${Self} {
count: Int) {
Builtin.unreachable()
}
@available(*, unavailable, renamed: "moveAssign(from:count:)")
public func moveAssignFrom(_ source: UnsafePointer<Pointee>, count: Int) {
Builtin.unreachable()