aboutsummaryrefslogtreecommitdiffstats
path: root/dhrystone
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2020-04-23 17:58:32 +0200
committerClaire Wolf <claire@symbioticeda.com>2020-04-23 17:59:17 +0200
commit9129d18bf5699e69f25edffa7864aaf88d6dd385 (patch)
tree0ed757d884c882fccce380fc8ed8c168bb98b0c3 /dhrystone
parent409d0dfd6772551e2ce77502e368973c447cbeb8 (diff)
downloadpicorv32-9129d18bf5699e69f25edffa7864aaf88d6dd385.tar.gz
picorv32-9129d18bf5699e69f25edffa7864aaf88d6dd385.zip
Cleanup whitespaces
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
Diffstat (limited to 'dhrystone')
-rw-r--r--dhrystone/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhrystone/syscalls.c b/dhrystone/syscalls.c
index 82e633b..8ea84ca 100644
--- a/dhrystone/syscalls.c
+++ b/dhrystone/syscalls.c
@@ -77,7 +77,7 @@ int _fstat(int file, struct stat *st)
void *_sbrk(ptrdiff_t incr)
{
- extern unsigned char _end[]; // Defined by linker
+ extern unsigned char _end[]; // Defined by linker
static unsigned long heap_end;
if (heap_end == 0)