trivial whitespace fix
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Thu, 3 Oct 2002 02:59:15 +0000 (02:59 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Thu, 3 Oct 2002 02:59:15 +0000 (02:59 +0000)
Original commit message from CVS:
trivial whitespace fix

tools/gst-inspect.c

index 481f10a..eb45f55 100644 (file)
@@ -460,7 +460,7 @@ print_element_info (GstElementFactory *factory)
   g_print ("Factory Details:\n");
   g_print ("  Long name:\t%s\n",   factory->details->longname);
   g_print ("  Class:\t%s\n",       factory->details->klass);
-  g_print ("  License:\t%s\n",    factory->details->license);
+  g_print ("  License:\t%s\n",     factory->details->license);
   g_print ("  Description:\t%s\n", factory->details->description);
   g_print ("  Version:\t%s\n",     factory->details->version);
   g_print ("  Author(s):\t%s\n",   factory->details->author);