Update FSF address
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.c
index 53a1e5ab1334a49fa9e53d7aa77a6ecae086be28..66639b4f72e7c1f63a396fa25e0dc55772bc33a4 100644 (file)
@@ -12,8 +12,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
- * MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA 02110-1301, USA.
  */
 
 /*! \file lttvwindow.c
@@ -32,7 +32,6 @@
 #include <config.h>
 #endif
 
-#include <ltt/ltt.h>
 #include <lttv/lttv.h>
 #include <lttv/state.h>
 #include <lttv/traceset.h>
@@ -1142,8 +1141,12 @@ __EXPORT gboolean lttvwindow_events_request_pending(Tab            *tab)
 {
   GSList *element = tab->events_requests;
 
-  if(element == NULL) return FALSE;
-  else return TRUE;
+  if(element == NULL){
+          return FALSE;
+  }
+  else {
+          return TRUE;
+  }
 }
 
 
This page took 0.032634 seconds and 4 git commands to generate.