mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
globally remove all trailing whitespace from ardour code base.
Paul Davis was responsible for introducing almost all of this.
This commit is contained in:
parent
297e80e020
commit
4dc63966f0
774 changed files with 7919 additions and 7919 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue