Commit 1e2f8c3b authored by Max Lv's avatar Max Lv

Merge pull request #258 from lozen130/patch-1

Fix a coding style issue
parents a03a6af5 b94c16c7
......@@ -321,7 +321,7 @@ class Shadowsocks
}
}
private def crash_recovery() {
private def crashRecovery() {
val cmd = new ArrayBuffer[String]()
for (task <- Array("ss-local", "ss-tunnel", "pdnsd", "redsocks", "tun2socks")) {
......@@ -849,7 +849,7 @@ class Shadowsocks
def reset() {
crash_recovery()
crashRecovery()
copyAssets(System.getABI)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment