Commit c6c700b6 authored by gejun's avatar gejun

fix a mis-patch

Change-Id: I694c248496bdc130c25bcf08b44f662605bae1d4
parent 29ac770a
...@@ -54,8 +54,6 @@ inline std::ostream& operator<<(std::ostream& os, ...@@ -54,8 +54,6 @@ inline std::ostream& operator<<(std::ostream& os,
return os; return os;
} }
} // namespace brpc
// Append `indent' spaces after each newline. // Append `indent' spaces after each newline.
// Example: // Example:
// IndentingOStream os1(std::cout, 2); // IndentingOStream os1(std::cout, 2);
...@@ -99,4 +97,6 @@ private: ...@@ -99,4 +97,6 @@ private:
std::string _indent; std::string _indent;
}; };
} // namespace brpc
#endif // BRPC_DESCRIBABLE_H #endif // BRPC_DESCRIBABLE_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment