Whitespace.

This commit is contained in:
JoelKatz
2011-12-02 16:23:21 -08:00
parent 70ee793a07
commit e575fea243

View File

@@ -51,5 +51,3 @@ int PackedMessage::getType(std::vector<uint8_t>& buf)
ret|=buf[5];
return(ret);
}