remove trailing whitespace
This commit is contained in:
parent
b6a88963e5
commit
6b5c6ecceb
@ -47,7 +47,7 @@ int initialise_ram(uint16_t *ram, int argc, char **argv )
|
|||||||
//open and check the input stream
|
//open and check the input stream
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
int j=0,int_cache=0;
|
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
|
for(int i=0;i<RAM_SIZE;i++) ram[i]=0; //initialize the toy-RAM with NULL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user