From 1d9dd3ea82049c1a7fff3eba296c15100dba1ed4 Mon Sep 17 00:00:00 2001 From: Freddie Witherden Date: Thu, 19 Feb 2009 20:43:42 +0000 Subject: [PATCH] Fix a minor indentation issue in clipboard.h git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6663 4a71c877-e1ca-e34f-864e-861f7616d084 --- lib/betawidget/src/clipboard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/betawidget/src/clipboard.h b/lib/betawidget/src/clipboard.h index c2afa3f7c..53ff01a52 100644 --- a/lib/betawidget/src/clipboard.h +++ b/lib/betawidget/src/clipboard.h @@ -28,8 +28,8 @@ * empty, or populated with non-textual data NULL is returned. The character set * of the returned is guaranteed to be UTF-8. * - * It remains the responsibility of the caller to free() the string when finished - * with it. + * It remains the responsibility of the caller to free() the string when + * finished with it. * * @return The textual contents of the clipboard (if any), otherwise NULL. */