Skip to content

Commit 2e23682

Browse files
committed
Clang format.
1 parent 0e987ea commit 2e23682

File tree

1 file changed

+1
-3
lines changed
  • compiler-rt/lib/scudo/standalone

1 file changed

+1
-3
lines changed

compiler-rt/lib/scudo/standalone/memtag.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,7 @@ inline uptr loadTag(uptr Ptr) {
261261

262262
#else
263263

264-
inline bool systemSupportsMemoryTagging() {
265-
return false;
266-
}
264+
inline bool systemSupportsMemoryTagging() { return false; }
267265

268266
inline NORETURN bool systemDetectsMemoryTagFaultsTestOnly() {
269267
UNREACHABLE("memory tagging not supported");

0 commit comments

Comments
 (0)