summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-24 20:27:47 +0000
committerrsc <rsc>2007-08-24 20:27:47 +0000
commitffa58d3616e5d829faa8e8a201f25c785800ccb2 (patch)
tree7f24675a334f2765c0b3d2f84a3b9df88229ea0d /types.h
parentdd8689743404e31dc227a4f8ccff1b6d756dfee9 (diff)
downloadxv6-labs-ffa58d3616e5d829faa8e8a201f25c785800ccb2.tar.gz
xv6-labs-ffa58d3616e5d829faa8e8a201f25c785800ccb2.tar.bz2
xv6-labs-ffa58d3616e5d829faa8e8a201f25c785800ccb2.zip
align
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.h b/types.h
index 8c54fd8..1c19789 100644
--- a/types.h
+++ b/types.h
@@ -1,3 +1,3 @@
-typedef unsigned int uint;
+typedef unsigned int uint;
typedef unsigned short ushort;
-typedef unsigned char uchar;
+typedef unsigned char uchar;