mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
globally remove all trailing whitespace from .cpp and .hpp files missed by previous commit
This commit is contained in:
parent
4dc63966f0
commit
4178db5f63
56 changed files with 50764 additions and 50764 deletions
|
|
@ -15,7 +15,7 @@ namespace Akupara
|
|||
{
|
||||
// The ultimate nothingness
|
||||
// This is useful for writing constructors that nullify their object, and for testing nullness
|
||||
struct null_type
|
||||
struct null_type
|
||||
{
|
||||
null_type() {}
|
||||
null_type(const null_type *) {} // this allows 0 to be implicitly converted to null_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue