Skip to content

Commit ecb40fb

Browse files
committed
coding style (per Jeremías Feltan <[email protected]>)
1 parent b67ed09 commit ecb40fb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,6 @@ tar:
272272
rm -rf /tmp/xv6
273273
mkdir -p /tmp/xv6
274274
cp dist/* dist/.gdbinit.tmpl /tmp/xv6
275-
(cd /tmp; tar cf - xv6) | gzip >xv6-rev5.tar.gz
275+
(cd /tmp; tar cf - xv6) | gzip >xv6-rev9.tar.gz # the next one will be 9 (6/27/15)
276276

277277
.PHONY: dist-test dist

date.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
struct rtcdate {
2-
uint second;
3-
uint minute;
4-
uint hour;
5-
uint day;
6-
uint month;
7-
uint year;
2+
uint second;
3+
uint minute;
4+
uint hour;
5+
uint day;
6+
uint month;
7+
uint year;
88
};

0 commit comments

Comments
 (0)