aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2023-08-11 13:24:51 -0400
committerLouis Dionne <ldionne.2@gmail.com>2023-08-11 13:25:01 -0400
commit4e1a23e3fcea102dbf6c5a4742d96b8dc9de59e6 (patch)
treed78537d49d1c9a88d5cd19a4911939a97930a46d /libcxxabi
parent913f21ae5c460d6fdd73ac7663534e73f8e19044 (diff)
downloadllvm-4e1a23e3fcea102dbf6c5a4742d96b8dc9de59e6.zip
llvm-4e1a23e3fcea102dbf6c5a4742d96b8dc9de59e6.tar.gz
llvm-4e1a23e3fcea102dbf6c5a4742d96b8dc9de59e6.tar.bz2
[runtimes][NFC] Remove stray whitespace on extern C comments
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/src/aix_state_tab_eh.inc2
-rw-r--r--libcxxabi/src/cxa_exception.cpp2
-rw-r--r--libcxxabi/src/cxa_guard.cpp2
-rw-r--r--libcxxabi/src/cxa_noexception.cpp2
-rw-r--r--libcxxabi/src/cxa_personality.cpp2
-rw-r--r--libcxxabi/src/cxa_vector.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/libcxxabi/src/aix_state_tab_eh.inc b/libcxxabi/src/aix_state_tab_eh.inc
index 3bb09ed..0cd9483 100644
--- a/libcxxabi/src/aix_state_tab_eh.inc
+++ b/libcxxabi/src/aix_state_tab_eh.inc
@@ -740,6 +740,6 @@ __catchThrownException(void (*cdfunc)(void), // function which may fail
return 0;
}
-} // extern "C"
+} // extern "C"
} // __cxxabiv1
diff --git a/libcxxabi/src/cxa_exception.cpp b/libcxxabi/src/cxa_exception.cpp
index 9cb2bf8..5a347d8 100644
--- a/libcxxabi/src/cxa_exception.cpp
+++ b/libcxxabi/src/cxa_exception.cpp
@@ -771,6 +771,6 @@ __cxa_uncaught_exceptions() throw()
return globals->uncaughtExceptions;
}
-} // extern "C"
+} // extern "C"
} // abi
diff --git a/libcxxabi/src/cxa_guard.cpp b/libcxxabi/src/cxa_guard.cpp
index fc1fa905..514fa96 100644
--- a/libcxxabi/src/cxa_guard.cpp
+++ b/libcxxabi/src/cxa_guard.cpp
@@ -48,6 +48,6 @@ _LIBCXXABI_FUNC_VIS void __cxa_guard_abort(guard_type *raw_guard_object) {
SelectedImplementation imp(raw_guard_object);
imp.cxa_guard_abort();
}
-} // extern "C"
+} // extern "C"
} // __cxxabiv1
diff --git a/libcxxabi/src/cxa_noexception.cpp b/libcxxabi/src/cxa_noexception.cpp
index 4a803f7..2938145 100644
--- a/libcxxabi/src/cxa_noexception.cpp
+++ b/libcxxabi/src/cxa_noexception.cpp
@@ -49,7 +49,7 @@ __cxa_uncaught_exception() throw() { return false; }
unsigned int
__cxa_uncaught_exceptions() throw() { return 0; }
-} // extern "C"
+} // extern "C"
// provide dummy implementations for the 'no exceptions' case.
uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; }
diff --git a/libcxxabi/src/cxa_personality.cpp b/libcxxabi/src/cxa_personality.cpp
index b28c58d..0bbb0c7 100644
--- a/libcxxabi/src/cxa_personality.cpp
+++ b/libcxxabi/src/cxa_personality.cpp
@@ -1304,7 +1304,7 @@ _LIBCXXABI_FUNC_VIS _Unwind_Reason_Code __xlcxx_personality_v1(
__attribute__((__alias__("__gxx_personality_v0")));
#endif
-} // extern "C"
+} // extern "C"
} // __cxxabiv1
diff --git a/libcxxabi/src/cxa_vector.cpp b/libcxxabi/src/cxa_vector.cpp
index 099f9f0..17d942a 100644
--- a/libcxxabi/src/cxa_vector.cpp
+++ b/libcxxabi/src/cxa_vector.cpp
@@ -416,6 +416,6 @@ __cxa_vec_delete3(void *array_address, size_t element_size, size_t padding_size,
}
-} // extern "C"
+} // extern "C"
} // abi