[vlc-commits] Minimal_macosx: remove tabs in source code
Jean-Baptiste Kempf
git at videolan.org
Thu Dec 20 17:01:49 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 20 17:01:25 2012 +0100| [403c71dda23a33827a7eb8da6dafb76437762c2c] | committer: Jean-Baptiste Kempf
Minimal_macosx: remove tabs in source code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=403c71dda23a33827a7eb8da6dafb76437762c2c
---
modules/gui/minimal_macosx/intf.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/minimal_macosx/intf.m b/modules/gui/minimal_macosx/intf.m
index 9963834..a0c95a1 100644
--- a/modules/gui/minimal_macosx/intf.m
+++ b/modules/gui/minimal_macosx/intf.m
@@ -51,7 +51,7 @@ static void Run (intf_thread_t *p_intf);
int OpenIntf (vlc_object_t *p_this)
{
intf_thread_t *p_intf = (intf_thread_t*) p_this;
-
+
p_intf->p_sys = malloc(sizeof(intf_sys_t));
if (p_intf->p_sys == NULL)
return VLC_ENOMEM;
More information about the vlc-commits
mailing list