Newlines in code affecting interrupt functionality?

Let me see if I have this straight...

Before making the change, your program had this...

  Serial.println("---------------------------------------");
}uint8_t i;
void loop() {

Is that correct?