X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-object.c;h=8674f61b12492abe25b84f4d4b05dfba45b6f041;hb=9683d7528884fcb3c60705812de9f96889536388;hp=4b74029bd6b7f6a8dd04dcfa6bab15594f40f7ea;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/ui/gui/psppire-object.c b/src/ui/gui/psppire-object.c index 4b74029b..8674f61b 100644 --- a/src/ui/gui/psppire-object.c +++ b/src/ui/gui/psppire-object.c @@ -1,7 +1,6 @@ -/* +/* PSPPIRE --- A Graphical User Interface for PSPP Copyright (C) 2004 Free Software Foundation - Written by John Darrington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -66,7 +65,7 @@ psppire_object_get_type (void) return object_type; } -static guint signal_changed = 0 ; +static guint signal_changed = 0 ; static void psppire_object_class_init (PsppireObjectClass *class) @@ -103,8 +102,8 @@ psppire_object_init (PsppireObject *psppire_object) /** * psppire_object_new: * @returns: a new #PsppireObject object - * - * Creates a new #PsppireObject. + * + * Creates a new #PsppireObject. */ PsppireObject* psppire_object_new (void)