From 803d724afa08f2374082670b0aed1dd53a9924af Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:22 -0700 Subject: [PATCH] Run Nindent on com32/include/sys/times.h Automatically reformat com32/include/sys/times.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- com32/include/sys/times.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/include/sys/times.h b/com32/include/sys/times.h index dd60a3c..961c7b6 100644 --- a/com32/include/sys/times.h +++ b/com32/include/sys/times.h @@ -8,7 +8,7 @@ #include struct tms { - /* Empty */ + /* Empty */ }; #define HZ 18 /* Piddly resolution... */ -- 2.7.4