Skip to content

Commit

Permalink
delete trailing blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wodesuck committed Dec 6, 2016
1 parent 49dd31b commit e177de4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion phxsqlproxy/accept_thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,3 @@ void AcceptThread::run() {
}

}

1 change: 0 additions & 1 deletion phxsqlproxy/heartbeat_thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ void HeartBeatThread::run() {
}

}

1 change: 0 additions & 1 deletion phxsqlproxy/monitor_routine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ int MonitorRoutine::run() {
}

}

1 change: 0 additions & 1 deletion phxsqlproxy/phxsqlproxymain_phxrpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ int main(int argc, char *argv[]) {

return phxsqlproxymain(argc, argv, config);
}

1 change: 0 additions & 1 deletion phxsqlproxy/phxthread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ const std::thread & PhxThread::get_thread() const {
}

}

1 change: 0 additions & 1 deletion phxsqlproxy/worker_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ class WorkerThread : public PhxThread {
};

}

0 comments on commit e177de4

Please sign in to comment.