aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
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 /scripts
parent409d0dfd6772551e2ce77502e368973c447cbeb8 (diff)
downloadpicorv32-9129d18bf5699e69f25edffa7864aaf88d6dd385.tar.gz
picorv32-9129d18bf5699e69f25edffa7864aaf88d6dd385.zip
Cleanup whitespaces
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/csmith/syscalls.c2
-rw-r--r--scripts/cxxdemo/syscalls.c2
-rw-r--r--scripts/romload/firmware.c2
-rw-r--r--scripts/romload/syscalls.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/csmith/syscalls.c b/scripts/csmith/syscalls.c
index 82e633b..8ea84ca 100644
--- a/scripts/csmith/syscalls.c
+++ b/scripts/csmith/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)
diff --git a/scripts/cxxdemo/syscalls.c b/scripts/cxxdemo/syscalls.c
index 82e633b..8ea84ca 100644
--- a/scripts/cxxdemo/syscalls.c
+++ b/scripts/cxxdemo/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)
diff --git a/scripts/romload/firmware.c b/scripts/romload/firmware.c
index 72bb9a1..4bc9ed8 100644
--- a/scripts/romload/firmware.c
+++ b/scripts/romload/firmware.c
@@ -4,7 +4,7 @@
int x1 = 1000;
int x2 = 2000;
-void main()
+void main()
{
int z;
x1 = 50;
diff --git a/scripts/romload/syscalls.c b/scripts/romload/syscalls.c
index 82e633b..8ea84ca 100644
--- a/scripts/romload/syscalls.c
+++ b/scripts/romload/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)