Small coding style cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38652 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -14,7 +14,7 @@ struct media_raw_video_format;
|
||||
|
||||
|
||||
class VideoSupplier {
|
||||
public:
|
||||
public:
|
||||
VideoSupplier();
|
||||
virtual ~VideoSupplier();
|
||||
|
||||
@@ -27,7 +27,7 @@ class VideoSupplier {
|
||||
inline bigtime_t ProcessingLatency() const
|
||||
{ return fProcessingLatency; }
|
||||
|
||||
protected:
|
||||
protected:
|
||||
bigtime_t fProcessingLatency;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user