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

Unified Diff: fusl/include/ar.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/include/ar.h
diff --git a/fusl/include/ar.h b/fusl/include/ar.h
index eafd51d0e785360ff1e3d1aec673afb19fad1b70..fe99b2193bbfa6d941ab410abf3c8015783c8c7f 100644
--- a/fusl/include/ar.h
+++ b/fusl/include/ar.h
@@ -10,12 +10,12 @@ extern "C" {
#define ARFMAG "`\n"
struct ar_hdr {
- char ar_name[16];
- char ar_date[12];
- char ar_uid[6], ar_gid[6];
- char ar_mode[8];
- char ar_size[10];
- char ar_fmag[2];
+ char ar_name[16];
+ char ar_date[12];
+ char ar_uid[6], ar_gid[6];
+ char ar_mode[8];
+ char ar_size[10];
+ char ar_fmag[2];
};
#ifdef __cplusplus

Powered by Google App Engine
This is Rietveld 408576698