Skip to content

Commit

Permalink
coding style (per Jeremías Feltan <[email protected]>)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaashoek committed Jun 30, 2015
1 parent b67ed09 commit ecb40fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,6 @@ tar:
rm -rf /tmp/xv6
mkdir -p /tmp/xv6
cp dist/* dist/.gdbinit.tmpl /tmp/xv6
(cd /tmp; tar cf - xv6) | gzip >xv6-rev5.tar.gz
(cd /tmp; tar cf - xv6) | gzip >xv6-rev9.tar.gz # the next one will be 9 (6/27/15)

.PHONY: dist-test dist
12 changes: 6 additions & 6 deletions date.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
struct rtcdate {
uint second;
uint minute;
uint hour;
uint day;
uint month;
uint year;
uint second;
uint minute;
uint hour;
uint day;
uint month;
uint year;
};

0 comments on commit ecb40fb

Please sign in to comment.