]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcellrendererprogress.h
filechooserbutton: whitespace fixes
[~andy/gtk] / gtk / gtkcellrendererprogress.h
index 4bb4134c4b152bc33a42929d4c2b27334b24bcc8..ab728bf73eca5d9b81caf42f19e938f65e70aa3c 100644 (file)
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
+
 /*
  * Modified by the GTK+ Team and others 1997-2004.  See the AUTHORS
  * file for a list of people on the GTK+ Team.  See the ChangeLog
  * files for a list of changes.  These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
-#error "Only <gtk/gtk.h> can be included directly."
-#endif
-
 #ifndef __GTK_CELL_RENDERER_PROGRESS_H__
 #define __GTK_CELL_RENDERER_PROGRESS_H__
 
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk.h> can be included directly."
+#endif
+
 #include <gtk/gtkcellrenderer.h>
 
 G_BEGIN_DECLS
@@ -49,7 +48,7 @@ typedef struct _GtkCellRendererProgressPrivate  GtkCellRendererProgressPrivate;
 struct _GtkCellRendererProgress
 {
   GtkCellRenderer parent_instance;
-  
+
   /*< private >*/
   GtkCellRendererProgressPrivate *priv;
 };