]> git.sesse.net Git - vlc/blobdiff - modules/gui/minimal_macosx/voutgl.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / minimal_macosx / voutgl.h
index 8069c4f4eed989020bd7fd8fbc0d90bbe9cf7852..eba5ecadd06cc9b63a485cef77e2cbdc8c5e63e8 100644 (file)
@@ -14,7 +14,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, 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
@@ -46,5 +46,5 @@ struct vout_sys_t
     WindowRef           theWindow;
     WindowGroupRef      winGroup;
     vlc_bool_t          b_clipped_out;
-    Rect                clipBounds, viewBounds;             
+    Rect                clipBounds, viewBounds;
 };