remove trailing whitespace
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user