Skip to content

Commit ff2f056

Browse files
author
Greg Parker
authored
Tweak whitespace.
1 parent 00b7c2e commit ff2f056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/runtime/HeapObject.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ OpaqueValue *swift::swift_projectBox(HeapObject *o) {
188188
}
189189

190190
// Forward-declare this, but define it after swift_release.
191-
extern "C" LLVM_LIBRARY_VISIBILITY LLVM_ATTRIBUTE_NOINLINE LLVM_ATTRIBUTE_USED void
192-
_swift_release_dealloc(HeapObject *object) SWIFT_CC(RegisterPreservingCC_IMPL);
191+
extern "C" LLVM_LIBRARY_VISIBILITY LLVM_ATTRIBUTE_NOINLINE LLVM_ATTRIBUTE_USED
192+
void _swift_release_dealloc(HeapObject *object) SWIFT_CC(RegisterPreservingCC_IMPL);
193193

194194
void swift::swift_retain(HeapObject *object)
195195
SWIFT_CC(RegisterPreservingCC_IMPL) {

0 commit comments

Comments
 (0)