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

Unified Diff: fusl/src/mq/mq_getattr.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/mq/mq_getattr.c
diff --git a/fusl/src/mq/mq_getattr.c b/fusl/src/mq/mq_getattr.c
index dce180691fe860e96b2e5eba69f842047467f40a..a749ab33cd85a1b8529c22e76ea518fc31f874e2 100644
--- a/fusl/src/mq/mq_getattr.c
+++ b/fusl/src/mq/mq_getattr.c
@@ -1,7 +1,6 @@
#include <mqueue.h>
#include "syscall.h"
-int mq_getattr(mqd_t mqd, struct mq_attr *attr)
-{
- return mq_setattr(mqd, 0, attr);
+int mq_getattr(mqd_t mqd, struct mq_attr* attr) {
+ return mq_setattr(mqd, 0, attr);
}

Powered by Google App Engine
This is Rietveld 408576698