Remove extra newlines

This commit is contained in:
Cameron Gutman 2014-12-01 22:39:17 -08:00
parent 397c6f46f9
commit 51aacc3f38

View File

@ -32,8 +32,6 @@ public class EvdevShell {
// This is unexpected // This is unexpected
e.printStackTrace(); e.printStackTrace();
// Kill the shell if it spawned // Kill the shell if it spawned
if (stdin != null) { if (stdin != null) {
try { try {