From 4d817e158de84c897eb9e359bb8f5f5f32ce396f Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Thu, 28 Oct 2010 17:33:54 +0300 Subject: [PATCH] info: whitespace fix --- mediainfo/src/mi-info.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mediainfo/src/mi-info.vala b/mediainfo/src/mi-info.vala index 7d9058141a..5105597030 100644 --- a/mediainfo/src/mi-info.vala +++ b/mediainfo/src/mi-info.vala @@ -202,7 +202,7 @@ public class MediaInfo.Info : VBox label = new Label ("Codec:"); label.set_alignment (1.0f, 0.5f); table.attach (label, 0, 1, row, row+1, fill, 0, 0, 0); - str = pb_utils_get_codec_description( sinfo.get_caps ()); + str = pb_utils_get_codec_description (sinfo.get_caps ()); label = new Label (str); label.set_alignment (0.0f, 0.5f); table.attach (label, 1, 2, row, row+1, fill_exp, 0, 3, 1); @@ -277,7 +277,7 @@ public class MediaInfo.Info : VBox label = new Label ("Codec:"); label.set_alignment (1.0f, 0.5f); table.attach (label, 0, 1, row, row+1, fill, 0, 0, 0); - str = pb_utils_get_codec_description( sinfo.get_caps ()); + str = pb_utils_get_codec_description (sinfo.get_caps ()); label = new Label (str); label.set_alignment (0.0f, 0.5f); table.attach (label, 1, 2, row, row+1, fill_exp, 0, 3, 1);