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>2010-07-16 13:37:49 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-07-16 13:37:49 +0400
commitd8a6c5b12570aec119273ed0bf0890784f45d2ac (patch)
tree3e0bf064d68ded54002de78b947b3b8d681aba25 /include/IFilterVersion.h
parent22cd497d1334273d22e954653113a08a1dbb1131 (diff)
-whitespace cleanup
-updated MediaInfoDLL header git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2124 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include/IFilterVersion.h')
-rw-r--r--include/IFilterVersion.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/include/IFilterVersion.h b/include/IFilterVersion.h
index c399a1fc9..52c207310 100644
--- a/include/IFilterVersion.h
+++ b/include/IFilterVersion.h
@@ -1,20 +1,20 @@
-/*
- * Copyright (C) 2003-2006 Gabest
- * http://www.gabest.org
+/*
+ * Copyright (C) 2003-2006 Gabest
+ * http://www.gabest.org
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
- *
+ *
* This Program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with GNU Make; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
* http://www.gnu.org/copyleft/gpl.html
*
*/
@@ -22,7 +22,8 @@
#pragma once
interface __declspec(uuid("A0DD28E1-61C0-4539-A7E6-14544AFF092E"))
-IFilterVersion : public IUnknown
+IFilterVersion :
+public IUnknown
{
STDMETHOD_(DWORD, GetFilterVersion) () = 0;
}; \ No newline at end of file