Ensure unix compliance by ending every text file with a newline

master
John 2022-06-19 18:18:08 -07:00
parent 06e81d4646
commit 70746385f8
8 changed files with 8 additions and 8 deletions

View File

@ -80,4 +80,4 @@ public class GameFrame extends JFrame{
this.setLocationRelativeTo(null);//set window in middle of screen this.setLocationRelativeTo(null);//set window in middle of screen
} }
} }

View File

@ -602,4 +602,4 @@ public class GamePanel extends JPanel implements Runnable, KeyListener, Serializ
return flippedImage; return flippedImage;
} }
} }

View File

@ -116,4 +116,4 @@ public class GenericSprite extends Rectangle implements Serializable {
} }
} }

View File

@ -10,4 +10,4 @@ class Main {
new GameFrame(); new GameFrame();
} }
} }

View File

@ -204,4 +204,4 @@ public class MenuPanel extends JPanel implements Runnable, KeyListener{
} }
} }

View File

@ -101,4 +101,4 @@ public class NonPlayer extends GenericSprite implements Serializable {
return 0; return 0;
} }
} }
} }

View File

@ -461,4 +461,4 @@ public class Player extends GenericSprite {
} }
//public int BfsDis() //public int BfsDis()
} }

View File

@ -142,4 +142,4 @@ public class SettingPanel extends MenuPanel {
currentBox = UtilityFunction.processBox(e, currentBox, textBoxArray); currentBox = UtilityFunction.processBox(e, currentBox, textBoxArray);
} }
} }
} }