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

Unified Diff: fusl/src/process/fdop.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/src/process/fdop.h
diff --git a/fusl/src/process/fdop.h b/fusl/src/process/fdop.h
index 00b875143afa674eade2f27fc98df08cce8a7133..7b06324f1a5f1964231b5b58bc5a0c5e65095649 100644
--- a/fusl/src/process/fdop.h
+++ b/fusl/src/process/fdop.h
@@ -3,8 +3,8 @@
#define FDOP_OPEN 3
struct fdop {
- struct fdop *next, *prev;
- int cmd, fd, srcfd, oflag;
- mode_t mode;
- char path[];
+ struct fdop *next, *prev;
+ int cmd, fd, srcfd, oflag;
+ mode_t mode;
+ char path[];
};

Powered by Google App Engine
This is Rietveld 408576698