mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
newlines at end of all files #references #72
This commit is contained in:
@@ -96,4 +96,4 @@ namespace wscmd {
|
||||
}
|
||||
} // namespace wscmd
|
||||
|
||||
#endif // WSCMD_HPP
|
||||
#endif // WSCMD_HPP
|
||||
|
||||
@@ -53,4 +53,4 @@ void echo_client_handler::on_message(session_ptr s,const std::string &msg) {
|
||||
void echo_client_handler::on_message(session_ptr s,
|
||||
const std::vector<unsigned char> &data) {
|
||||
s->send(data);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ BOOST_LIB_PATH ?= /usr/local/lib
|
||||
BOOST_INCLUDE_PATH ?= /usr/local/include
|
||||
CPP11 ?=
|
||||
|
||||
CFLAGS = -O2 $(CPP11) -I$(BOOST_INCLUDE_PATH)
|
||||
CFLAGS = -Wall -O2 $(CPP11) -I$(BOOST_INCLUDE_PATH)
|
||||
LDFLAGS = -L$(BOOST_LIB_PATH)
|
||||
|
||||
CXX ?= c++
|
||||
|
||||
Reference in New Issue
Block a user