mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +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
|
|
@ -84,7 +84,7 @@ private:
|
|||
uint32_t e32(uint32_t x)
|
||||
{
|
||||
if (bigEndian)
|
||||
return (x>>24) |
|
||||
return (x>>24) |
|
||||
((x<<8) & 0x00FF0000) |
|
||||
((x>>8) & 0x0000FF00) |
|
||||
(x<<24);
|
||||
|
|
@ -95,7 +95,7 @@ private:
|
|||
uint64_t e64(uint64_t x)
|
||||
{
|
||||
if (bigEndian)
|
||||
return (x>>56) |
|
||||
return (x>>56) |
|
||||
((x<<40) & 0x00FF000000000000) |
|
||||
((x<<24) & 0x0000FF0000000000) |
|
||||
((x<<8) & 0x000000FF00000000) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue