notepad ++ compatibility with abaqus subroutines

We've been using a subroutine (VUAMP) successfully for an explicit dynamics model for a while. I am attempting to make some changes to it. It seems that if I make the changes in notepad ++, it gives me syntax errors, typically like "found end of statement, excepting one of

If I make the changes with regular notepad, they are successful. The code, to my eyes looks the same. this happens simply by adding another line to a table.

Maybe the carriage return is inputting something that ends the command.

I can't figure it out, which is why I'm here.