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

Unified Diff: fusl/arch/mips/ksigaction.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/mips/ksigaction.h
diff --git a/fusl/arch/mips/ksigaction.h b/fusl/arch/mips/ksigaction.h
index 3127f7c0218333196945bca4139c3ef0c3df4483..9170bcff76419696889b3fd46344c259bbc8e0fb 100644
--- a/fusl/arch/mips/ksigaction.h
+++ b/fusl/arch/mips/ksigaction.h
@@ -1,11 +1,11 @@
struct k_sigaction {
- unsigned flags;
- void (*handler)(int);
- unsigned long mask[4];
- /* The following field is past the end of the structure the
- * kernel will read or write, and exists only to avoid having
- * mips-specific preprocessor conditionals in sigaction.c. */
- void (*restorer)();
+ unsigned flags;
+ void (*handler)(int);
+ unsigned long mask[4];
+ /* The following field is past the end of the structure the
+ * kernel will read or write, and exists only to avoid having
+ * mips-specific preprocessor conditionals in sigaction.c. */
+ void (*restorer)();
};
void __restore(), __restore_rt();

Powered by Google App Engine
This is Rietveld 408576698