Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-08-14 01:09:07 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-08-21 20:50:12 +0400
commit0dba27472efe53a2fd6231b5ddfc6de3695c6b36 (patch)
treed44358b5d6b07b0f6aa4ffe7d364a4372a638618 /src/filters/renderer/SyncClock
parent399d7e0653804dfbf7658a16c0a374ac10afa08e (diff)
Whitespace cosmetics.
Remove unneeded spaces and reindent comments in some cases to improve readability.
Diffstat (limited to 'src/filters/renderer/SyncClock')
-rw-r--r--src/filters/renderer/SyncClock/SyncClock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/renderer/SyncClock/SyncClock.h b/src/filters/renderer/SyncClock/SyncClock.h
index aa3b59927..f7edc1943 100644
--- a/src/filters/renderer/SyncClock/SyncClock.h
+++ b/src/filters/renderer/SyncClock/SyncClock.h
@@ -1,5 +1,5 @@
/*
- * (C) 2010-2012 see Authors.txt
+ * (C) 2010-2013 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -63,7 +63,7 @@ public:
STDMETHODIMP GetBias(double* bias);
STDMETHODIMP GetStartTime(REFERENCE_TIME* startTime);
- // CBaseFilter methods
+ // CBaseFilter methods
int GetPinCount();
CBasePin* GetPin(int iPin);