]> git.sesse.net Git - vlc/blobdiff - modules/codec/dmo/dmo.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / codec / dmo / dmo.h
index 66af102c270644d58492503b2d41e40b3da4a3dd..658b2eab843ab19b284ea908a3720787c86ea8ca 100644 (file)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 static const GUID IID_IUnknown = {0x00000000, 0x0000, 0x0000, {0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46}};
@@ -149,7 +149,7 @@ typedef struct IWMCodecPrivateData_vt
     long (STDCALL *AddRef)(IUnknown *This) ;
     long (STDCALL *Release)(IUnknown *This) ;
 
-        
     long (STDCALL *SetPartialOutputType)(IWMCodecPrivateData * This,
                                          DMO_MEDIA_TYPE *pmt);