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

Unified Diff: base/audio_fifo.h

Issue 10915173: Set svn:eol-style to LF and remove a few CRLFs that snuck in for src/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/media/
Patch Set: Created 8 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 | « audio/cross_process_notification_win.cc ('k') | base/audio_fifo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/audio_fifo.h
===================================================================
--- base/audio_fifo.h (revision 155725)
+++ base/audio_fifo.h (working copy)
@@ -50,10 +50,10 @@
// Number of actual elements in the FIFO.
int frames_in_fifo_;
- // Current read position.
- int read_pos_;
-
- // Current write position.
+ // Current read position.
+ int read_pos_;
+
+ // Current write position.
int write_pos_;
DISALLOW_COPY_AND_ASSIGN(AudioFifo);
Property changes on: base/audio_fifo.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
« no previous file with comments | « audio/cross_process_notification_win.cc ('k') | base/audio_fifo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698