From 75134e6f9dc24282e749045d5322b2277c32e9f4 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 30 Aug 2009 20:06:25 -0700 Subject: Small stylistic improvements in benchmarks. --- benchmarks/parsetostruct.proto2_compiled.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/parsetostruct.proto2_compiled.cc') diff --git a/benchmarks/parsetostruct.proto2_compiled.cc b/benchmarks/parsetostruct.proto2_compiled.cc index 4091ed0..f5f02bf 100644 --- a/benchmarks/parsetostruct.proto2_compiled.cc +++ b/benchmarks/parsetostruct.proto2_compiled.cc @@ -11,7 +11,7 @@ MESSAGE_CIDENT msg[NUM_MESSAGES]; static bool initialize() { - /* Read the message data itself. */ + // Read the message data itself. */ std::ifstream stream(MESSAGE_FILE); if(!stream.is_open()) { fprintf(stderr, "Error opening " MESSAGE_FILE ".\n"); -- cgit v1.2.3