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

Unified Diff: webrtc/api/video/video_content_type.h

Issue 3006333002: Fix code formating in api/video/video_content_type.* (Closed)
Patch Set: Created 3 years, 3 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 | « no previous file | webrtc/api/video/video_content_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/video/video_content_type.h
diff --git a/webrtc/api/video/video_content_type.h b/webrtc/api/video/video_content_type.h
index 8addb13851f1f35339cf22dd8b90b3f880f6e48f..f9c6a9841829a06cf58a0742e09b8d953df4fe34 100644
--- a/webrtc/api/video/video_content_type.h
+++ b/webrtc/api/video/video_content_type.h
@@ -23,19 +23,17 @@ enum class VideoContentType : uint8_t {
};
namespace videocontenttypehelpers {
- bool SetExperimentId(VideoContentType* content_type,
- uint8_t experiment_id);
- bool SetSimulcastId(VideoContentType* content_type,
- uint8_t simulcast_id);
+bool SetExperimentId(VideoContentType* content_type, uint8_t experiment_id);
+bool SetSimulcastId(VideoContentType* content_type, uint8_t simulcast_id);
- uint8_t GetExperimentId(const VideoContentType& content_type);
- uint8_t GetSimulcastId(const VideoContentType& content_type);
+uint8_t GetExperimentId(const VideoContentType& content_type);
+uint8_t GetSimulcastId(const VideoContentType& content_type);
- bool IsScreenshare(const VideoContentType& content_type);
+bool IsScreenshare(const VideoContentType& content_type);
- bool IsValidContentType(uint8_t value);
+bool IsValidContentType(uint8_t value);
- const char* ToString(const VideoContentType& content_type);
+const char* ToString(const VideoContentType& content_type);
} // namespace videocontenttypehelpers
} // namespace webrtc
« no previous file with comments | « no previous file | webrtc/api/video/video_content_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698