commit | 0d8f5d5d593382d5255387bf816144b615202078 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Sun Dec 30 12:54:07 2012 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Sun Dec 30 12:54:07 2012 -0800 |
tree | fc4a4f40fff11519234e8b460478e93579d3b029 | |
parent | 1fed77c0d003d2a33c987520fecae95a670e90f5 [diff] [blame] |
fix trailing whitespaces
diff --git a/include/ccnx-pco.h b/include/ccnx-pco.h index 1357333..829e0cc 100644 --- a/include/ccnx-pco.h +++ b/include/ccnx-pco.h
@@ -10,7 +10,7 @@ struct MisformedContentObjectException : virtual boost::exception, virtual exception { }; -class ParsedContentObject +class ParsedContentObject { public: ParsedContentObject(const unsigned char *data, size_t len);