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

Unified Diff: fusl/arch/powerpc/bits/sem.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/powerpc/bits/sem.h
diff --git a/fusl/arch/powerpc/bits/sem.h b/fusl/arch/powerpc/bits/sem.h
index bc2d6d1f514dffc7eafddd5c34adee8c86a34a09..3f02040b8f23be3971191fbb4ccb2cc739df41f1 100644
--- a/fusl/arch/powerpc/bits/sem.h
+++ b/fusl/arch/powerpc/bits/sem.h
@@ -1,10 +1,10 @@
struct semid_ds {
- struct ipc_perm sem_perm;
- int __unused1;
- time_t sem_otime;
- int __unused2;
- time_t sem_ctime;
- unsigned short __sem_nsems_pad, sem_nsems;
- long __unused3;
- long __unused4;
+ struct ipc_perm sem_perm;
+ int __unused1;
+ time_t sem_otime;
+ int __unused2;
+ time_t sem_ctime;
+ unsigned short __sem_nsems_pad, sem_nsems;
+ long __unused3;
+ long __unused4;
};

Powered by Google App Engine
This is Rietveld 408576698