Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Unified Diff: services/media/framework/formatting.h

Issue 1822333002: Motown: wholesale clang-format (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: dalesat Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/media/framework/engine.cc ('k') | services/media/framework/formatting.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/formatting.h
diff --git a/services/media/framework/formatting.h b/services/media/framework/formatting.h
index 2cdbc623ab30093f4cb158f79b1cb4205e691f2a..b01919d6d96d0c2121e142e7f165b2e06b0b9ba5 100644
--- a/services/media/framework/formatting.h
+++ b/services/media/framework/formatting.h
@@ -52,18 +52,16 @@ std::ostream& operator<<(std::ostream& os, Demand value);
std::ostream& operator<<(std::ostream& os, const PacketPtr& value);
std::ostream& operator<<(std::ostream& os, StreamType::Scheme value);
std::ostream& operator<<(std::ostream& os, LpcmStreamType::SampleFormat value);
-std::ostream& operator<<(
- std::ostream& os,
- CompressedAudioStreamType::AudioEncoding value);
-std::ostream& operator<<(
- std::ostream& os,
- VideoStreamType::VideoEncoding value);
+std::ostream& operator<<(std::ostream& os,
+ CompressedAudioStreamType::AudioEncoding value);
+std::ostream& operator<<(std::ostream& os,
+ VideoStreamType::VideoEncoding value);
std::ostream& operator<<(std::ostream& os, VideoStreamType::VideoProfile value);
std::ostream& operator<<(std::ostream& os, VideoStreamType::PixelFormat value);
std::ostream& operator<<(std::ostream& os, VideoStreamType::ColorSpace value);
std::ostream& operator<<(std::ostream& os, const std::unique_ptr<Bytes>& value);
-template<typename T>
+template <typename T>
std::ostream& operator<<(std::ostream& os, Range<T> value) {
return os << value.min << ".." << value.max;
}
@@ -72,12 +70,10 @@ std::ostream& operator<<(std::ostream& os, Range<bool> value);
// The following overloads add newlines.
-std::ostream& operator<<(
- std::ostream& os,
- const std::unique_ptr<StreamType>& value);
-std::ostream& operator<<(
- std::ostream& os,
- const std::unique_ptr<StreamTypeSet>& value);
+std::ostream& operator<<(std::ostream& os,
+ const std::unique_ptr<StreamType>& value);
+std::ostream& operator<<(std::ostream& os,
+ const std::unique_ptr<StreamTypeSet>& value);
std::ostream& operator<<(
std::ostream& os,
const std::unique_ptr<std::vector<std::unique_ptr<StreamType>>>& value);
@@ -85,7 +81,7 @@ std::ostream& operator<<(
std::ostream& os,
const std::unique_ptr<std::vector<std::unique_ptr<StreamTypeSet>>>& value);
-} // namespace media
-} // namespace mojo
+} // namespace media
+} // namespace mojo
-#endif // SERVICES_MEDIA_FRAMEWORK_FORMATTING_H_
+#endif // SERVICES_MEDIA_FRAMEWORK_FORMATTING_H_
« no previous file with comments | « services/media/framework/engine.cc ('k') | services/media/framework/formatting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698