Run clang-format

This commit is contained in:
Patrick Niklaus
2016-01-08 01:31:57 +01:00
parent 6b18e4f7e9
commit 6991a38703
149 changed files with 457 additions and 498 deletions
-1
View File
@@ -14,7 +14,6 @@ enum compression_type
gzip_rfc1952,
deflate_rfc1951
};
}
}
}
-1
View File
@@ -27,7 +27,6 @@ struct header
std::string name;
std::string value;
};
}
}
}
-1
View File
@@ -38,7 +38,6 @@ class reply
std::string status_to_string(reply::status_type status);
boost::asio::const_buffer status_to_buffer(reply::status_type status);
};
}
}
}
-1
View File
@@ -19,7 +19,6 @@ struct request
std::string agent;
boost::asio::ip::address endpoint;
};
}
}
}