From ef5cc368e764212089b7fa18a1644cc126dadaf7 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 21 Jan 2003 21:34:31 +0000 Subject: [PATCH] Small formatting cleanup for write only properties Original commit message from CVS: Small formatting cleanup for write only properties --- tools/gst-inspect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 55d358c..1962288 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -426,7 +426,7 @@ print_element_properties (GstElement *element) break; } if (!readable) - g_print ("Write only\n"); + g_print (" Write only\n"); else g_print ("\n"); } -- 2.7.4