From e127cf2f03a87283f703b70f81a3e1891e56e7f5 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 19 May 2016 10:21:23 +0000 Subject: - Fix trailing whitespace in pkg-descrs, categories [a-f]* Approved by: portmgr blanket --- devel/gtkparasite/pkg-descr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/gtkparasite') diff --git a/devel/gtkparasite/pkg-descr b/devel/gtkparasite/pkg-descr index 4934ce2813d..03d23f50aea 100644 --- a/devel/gtkparasite/pkg-descr +++ b/devel/gtkparasite/pkg-descr @@ -1,5 +1,5 @@ Developing and debugging UIs can be a pain. When something -goes wrong, it's not always obvious why. You can waste hours +goes wrong, it's not always obvious why. You can waste hours writing logging statements only to find out that a widget is in the wrong container, or an attribute wasn't set correctly. @@ -15,6 +15,6 @@ Parasite is a debugging and development tool that runs inside your GTK+ application's process. It can inspect your application, giving you detailed information on your UI, such as the hierarchy, X window IDs, widget properties, and more. You can modify properties -on the fly in order to experiment with the look of your UI. +on the fly in order to experiment with the look of your UI. WWW: http://chipx86.github.com/gtkparasite/ -- cgit