globally remove all trailing whitespace from ardour code base.

Paul Davis was responsible for introducing almost all of this.
This commit is contained in:
Paul Davis 2015-10-04 14:51:05 -04:00
parent 297e80e020
commit 4dc63966f0
774 changed files with 7919 additions and 7919 deletions

View file

@ -1,4 +1,4 @@
/* GTK+ Integration with platform-specific application-wide features
/* GTK+ Integration with platform-specific application-wide features
* such as the OS X menubar and application delegate concepts (for X11)
*
* Copyright (C) 2007 Pioneer Research Center USA, Inc.
@ -23,7 +23,7 @@
#include <gtkmm2ext/gtkapplication.h>
int
int
gtk_application_init (void)
{
return 0;
@ -33,12 +33,12 @@ void gtk_application_cleanup (void)
{
}
void
void
gtk_application_set_menu_bar (GtkMenuShell* menushell)
{
}
void
void
gtk_application_add_app_menu_item (GtkApplicationMenuGroup* group, GtkMenuItem* item)
{
}