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

Unified Diff: fusl/src/signal/restore.c

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/src/signal/restore.c
diff --git a/fusl/src/signal/restore.c b/fusl/src/signal/restore.c
index 873b867e6feb701d140bdd31444135aed980f6af..638a67b81eaf2dcfa17dec1b99cb087b21390f92 100644
--- a/fusl/src/signal/restore.c
+++ b/fusl/src/signal/restore.c
@@ -1,10 +1,6 @@
/* These functions will not work, but suffice for targets where the
* kernel sigaction structure does not actually use sa_restorer. */
-void __restore()
-{
-}
+void __restore() {}
-void __restore_rt()
-{
-}
+void __restore_rt() {}

Powered by Google App Engine
This is Rietveld 408576698