minor code format change

This commit is contained in:
Nathan Freitas 2012-01-25 20:03:54 -05:00
parent b225703988
commit 63c4e97355
1 changed files with 4 additions and 4 deletions

View File

@ -273,9 +273,9 @@ public class TorTransProxy implements TorServiceConstants {
script.append(" --dport ");
script.append(port);
script.append(" -j ACCEPT");
script.append(" || exit\n");
script.append(" || exit\n");
}
// Allow loopback
script.append(ipTablesPath);
script.append(" -t filter");
@ -310,8 +310,8 @@ public class TorTransProxy implements TorServiceConstants {
script.append(" || exit\n");
}
}
}
// Allow everything for Tor
script.append(ipTablesPath);