You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jo...@apache.org on 2012/03/01 03:47:03 UTC

svn commit: r1295388 - /incubator/kafka/trunk/clients/cpp/src/encoder.hpp

Author: joestein
Date: Thu Mar  1 02:47:03 2012
New Revision: 1295388

URL: http://svn.apache.org/viewvc?rev=1295388&view=rev
Log:
Niek Sanders - KAFKA-284 fixed compilation issue for cpp client

Modified:
    incubator/kafka/trunk/clients/cpp/src/encoder.hpp

Modified: incubator/kafka/trunk/clients/cpp/src/encoder.hpp
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/clients/cpp/src/encoder.hpp?rev=1295388&r1=1295387&r2=1295388&view=diff
==============================================================================
--- incubator/kafka/trunk/clients/cpp/src/encoder.hpp (original)
+++ incubator/kafka/trunk/clients/cpp/src/encoder.hpp Thu Mar  1 02:47:03 2012
@@ -16,7 +16,7 @@
 */
 /*
  * encoder.hpp
- *
+ */
 
 #ifndef KAFKA_ENCODER_HPP_
 #define KAFKA_ENCODER_HPP_