Cosmetics: Fix coding style

This commit is contained in:
Felipe Zimmerle
2015-09-28 16:32:59 -03:00
parent f6e0b447b3
commit b497091017
48 changed files with 136 additions and 92 deletions

View File

@@ -224,9 +224,9 @@ bool Multipart::process(std::string data) {
checkForCrlfLf(block);
//if (this->crlf) {
// block.erase(0, 1);
//}
// if (this->crlf) {
// block.erase(0, 1);
// }
blobs.push_back(block);
lastValidBoundary = end;

View File

@@ -50,6 +50,7 @@ class Multipart {
m_assay->debug(a, str);
}
#endif
private:
std::string m_boundary;
std::string m_header;