Skip to content

Commit

Permalink
add space after //.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuo committed Apr 2, 2011
1 parent cbee1b5 commit 5f26646
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions protobuf/codec.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
#include <arpa/inet.h> // htonl, ntohl
#include <stdint.h>

//struct ProtobufTransportFormat __attribute__ ((__packed__))
//{
// int32_t len;
// int32_t nameLen;
// char typeName[nameLen];
// char protobufData[len-nameLen-8];
// int32_t checkSum; // adler32 of nameLen, typeName and protobufData
//}
//
// struct ProtobufTransportFormat __attribute__ ((__packed__))
// {
// int32_t len;
// int32_t nameLen;
// char typeName[nameLen];
// char protobufData[len-nameLen-8];
// int32_t checkSum; // adler32 of nameLen, typeName and protobufData
// }

///
/// Encode protobuf Message to transport format defined above
Expand Down

0 comments on commit 5f26646

Please sign in to comment.