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

Unified Diff: third_party/WebKit/Source/platform/audio/AudioFIFO.cpp

Issue 2384073002: reflow comments in platform/audio (Closed)
Patch Set: comments (heh!) Created 4 years, 2 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
Index: third_party/WebKit/Source/platform/audio/AudioFIFO.cpp
diff --git a/third_party/WebKit/Source/platform/audio/AudioFIFO.cpp b/third_party/WebKit/Source/platform/audio/AudioFIFO.cpp
index fd5047260574d328be5b83572b2ab2d2fbe1034e..13150b1a896a62f12f8bf1c2f6363a3756f45673 100644
--- a/third_party/WebKit/Source/platform/audio/AudioFIFO.cpp
+++ b/third_party/WebKit/Source/platform/audio/AudioFIFO.cpp
@@ -137,7 +137,8 @@ void AudioFIFO::findWrapLengths(size_t index,
part2Length = 0;
}
} else {
- // Invalid values for index or size. Set the part lengths to zero so nothing is copied.
+ // Invalid values for index or size. Set the part lengths to zero so nothing
+ // is copied.
part1Length = 0;
part2Length = 0;
}
« no previous file with comments | « third_party/WebKit/Source/platform/audio/AudioFIFO.h ('k') | third_party/WebKit/Source/platform/audio/AudioFileReader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698