diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-10-03 02:53:02 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-10-03 02:53:02 +0000 |
commit | 5ebf4d343147743c2c856f62fa5953046efa7483 (patch) | |
tree | 67159c7d76f0ba77aeaeeebf34125f14da7b3a11 /src/northbridge/via/vt8601/raminit.h | |
parent | fae510cd84dcf175d27c7cf2a5662afcab2cc76d (diff) |
- Modify the code to C style indenting.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1180 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/vt8601/raminit.h')
-rw-r--r-- | src/northbridge/via/vt8601/raminit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/vt8601/raminit.h b/src/northbridge/via/vt8601/raminit.h index a72535de1d..b6d2339df3 100644 --- a/src/northbridge/via/vt8601/raminit.h +++ b/src/northbridge/via/vt8601/raminit.h @@ -2,7 +2,7 @@ #define RAMINIT_H struct mem_controller { - int empty; + int empty; }; #endif /* RAMINIT_H */ |