Skip to content

Commit 1c94310

Browse files
committed
reformat until refomatting bot is appeased
1 parent 87bdde7 commit 1c94310

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

lldb/test/API/macosx/sme-registers/main.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// BUILT with
2-
/// xcrun -sdk macosx.internal clang -mcpu=apple-m4 -g sme.c -o sme
2+
/// xcrun -sdk macosx.internal clang -mcpu=apple-m4 -g sme.c -o sme
33

44
#include <stdint.h>
55
#include <stdio.h>
@@ -92,9 +92,7 @@ void arm_sme2_set_zt0() {
9292
#undef ZT0_LEN
9393
}
9494

95-
int main()
96-
{
97-
95+
int main() {
9896
printf("Enable SME mode\n");
9997

10098
asm volatile("smstart");

lldb/tools/debugserver/source/MacOSX/arm64/sme_thread_status.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
#if !defined(ARM_SME_STATE)
1010

1111
#define _STRUCT_ARM_SME_STATE struct arm_sme_state
12-
_STRUCT_ARM_SME_STATE
13-
{
12+
_STRUCT_ARM_SME_STATE {
1413
uint64_t svcr;
1514
uint64_t tpidr2_el0;
1615
uint16_t svl_b;

0 commit comments

Comments
 (0)