From def19c23492b84410aaf39730a839f03133c1875 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Tue, 26 Feb 2019 19:09:39 +0100 Subject: [PATCH] spaces --- nanoBench.sh | 2 +- user/nanoBench_main.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nanoBench.sh b/nanoBench.sh index 3923f4a..2420056 100755 --- a/nanoBench.sh +++ b/nanoBench.sh @@ -34,7 +34,7 @@ while [ "$2" ]; do as asm-init.s -o asm-init.o || exit objcopy asm-init.o -O binary asm-init.bin args="$args -code_init asm-init.bin" - shift 2 + shift 2 else args="$args $1" shift diff --git a/user/nanoBench_main.c b/user/nanoBench_main.c index 89e2da1..d614f65 100644 --- a/user/nanoBench_main.c +++ b/user/nanoBench_main.c @@ -1,5 +1,5 @@ // nanoBench -// +// // Copyright (C) 2019 Andreas Abel // // This program is free software: you can redistribute it and/or modify it under the terms of version 3 of the GNU Affero General Public License. @@ -78,7 +78,7 @@ int main(int argc, char **argv) { {"min", no_argument, &aggregate_function, MIN}, {"basic_mode", no_argument, &basic_mode, 1}, {"no_mem", no_argument, &no_mem, 1}, - {"verbose", no_argument, &verbose, 1}, + {"verbose", no_argument, &verbose, 1}, {"cpu", required_argument, 0, 'p'}, {"usr", required_argument, 0, 'r'}, {"os", required_argument, 0, 's'},