grim/guifications3

removed some trailing whitespace

2011-05-17, Gary Kramlich
ab55c7c71486
Parents 808b56734665
Children f31281edef1c
removed some trailing whitespace
updated the copyright year for gf_core.[ch]
--- a/gflib/gflib/gf_core.c Tue May 17 22:27:51 2011 -0500
+++ b/gflib/gflib/gf_core.c Tue May 17 22:29:26 2011 -0500
@@ -1,6 +1,6 @@
/*
* Guifications - The end-all, be-all notification framework
- * Copyright (C) 2003-2009 Gary Kramlich <grim@reaperworld.com>
+ * Copyright (C) 2003-2011 Gary Kramlich <grim@reaperworld.com>
*
* 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
@@ -94,7 +94,7 @@
* @argc : Address of the argc parameter of your main() function. Changed if
* any arguments were handled.
* @argv : Address of the argv parameter of main(). Any parameters understood
- * by gtk_init() are stripped before return.
+ * by gtk_init() are stripped before return.
*
* Initalizes gflib.
*
@@ -135,7 +135,7 @@
gf_plugin_manager_init(disable_plugins);
/* initialize the connection manager
- *
+ *
* This MUST be done after the plugin manager so a manual refresh is NOT
* required.
*/
--- a/gflib/gflib/gf_core.h Tue May 17 22:27:51 2011 -0500
+++ b/gflib/gflib/gf_core.h Tue May 17 22:29:26 2011 -0500
@@ -1,6 +1,6 @@
/*
* Guifications - The end-all, be-all notification framework
- * Copyright (C) 2003-2009 Gary Kramlich <grim@reaperworld.com>
+ * Copyright (C) 2003-2011 Gary Kramlich <grim@reaperworld.com>
*
* 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