remove trailing whitespace

This commit is contained in:
lux 2017-09-27 16:25:58 +02:00
parent b6a88963e5
commit 6b5c6ecceb
3 changed files with 18 additions and 18 deletions

View File

@ -47,7 +47,7 @@ int initialise_ram(uint16_t *ram, int argc, char **argv )
//open and check the input stream
FILE *fp;
int j=0,int_cache=0;
char tempS[CPU_WORD_SIZE+1]; //+1 for "\0"
char tempS[CPU_WORD_SIZE+1]; //+1 for "\0
for(int i=0;i<RAM_SIZE;i++) ram[i]=0; //initialize the toy-RAM with NULL