Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: fusl/arch/aarch64/bits/user.h

Issue 1714623002: [fusl] clang-format fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: headers too Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fusl/arch/aarch64/bits/user.h
diff --git a/fusl/arch/aarch64/bits/user.h b/fusl/arch/aarch64/bits/user.h
index d12cdf7fe5c5d8f32494b8a9660591061cb4427d..b06f32413b5b1bb57145bf61746e46bfbe9da9f6 100644
--- a/fusl/arch/aarch64/bits/user.h
+++ b/fusl/arch/aarch64/bits/user.h
@@ -1,14 +1,14 @@
struct user_regs_struct {
- unsigned long long regs[31];
- unsigned long long sp;
- unsigned long long pc;
- unsigned long long pstate;
+ unsigned long long regs[31];
+ unsigned long long sp;
+ unsigned long long pc;
+ unsigned long long pstate;
};
struct user_fpsimd_struct {
- long double vregs[32];
- unsigned int fpsr;
- unsigned int fpcr;
+ long double vregs[32];
+ unsigned int fpsr;
+ unsigned int fpcr;
};
#define ELF_NREG 34

Powered by Google App Engine
This is Rietveld 408576698