summaryrefslogtreecommitdiff
path: root/libs/ptformat
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-10-04 14:51:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-10-04 14:51:05 -0400
commit4dc63966f0872efe768dad61eb9b8785d06b92d1 (patch)
treee54104d57d6c2da7840979181368151fd0819c96 /libs/ptformat
parent297e80e020da94a56984b20782584bb1dd96ea34 (diff)
globally remove all trailing whitespace from ardour code base.
Paul Davis was responsible for introducing almost all of this.
Diffstat (limited to 'libs/ptformat')
-rw-r--r--libs/ptformat/ptfformat.cc8
-rw-r--r--libs/ptformat/ptformat/visibility.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/libs/ptformat/ptfformat.cc b/libs/ptformat/ptfformat.cc
index bed4bad500..ac750ecc99 100644
--- a/libs/ptformat/ptfformat.cc
+++ b/libs/ptformat/ptfformat.cc
@@ -73,7 +73,7 @@ static uint64_t gen_secret (int i) {
if (idx & 0x20) {
lo ^= 0xaaaaaaab;
- xk ^= 0x10000000;
+ xk ^= 0x10000000;
}
uint32_t hi = swapbytes32 (lo) ^ xk;
return ((uint64_t)hi << 32) | (lo ^ xor_lo);
@@ -559,7 +559,7 @@ PTFFormat::parserest5(void) {
//printf("name=`%s` start=%04x length=%04x offset=%04x findex=%d\n", name,start,length,sampleoffset,findex);
std::string filename = string(name) + extension;
- wav_t f = {
+ wav_t f = {
filename,
findex,
(int64_t)(start*ratefactor),
@@ -903,7 +903,7 @@ PTFFormat::parserest89(void) {
j+=somethingbytes;
*/
std::string filename = string(name) + extension;
- wav_t f = {
+ wav_t f = {
filename,
0,
(int64_t)(start*ratefactor),
@@ -1171,7 +1171,7 @@ PTFFormat::parserest10(void) {
j+=somethingbytes;
*/
std::string filename = string(name) + extension;
- wav_t f = {
+ wav_t f = {
filename,
0,
(int64_t)(start*ratefactor),
diff --git a/libs/ptformat/ptformat/visibility.h b/libs/ptformat/ptformat/visibility.h
index d1569c615a..79d48b2432 100644
--- a/libs/ptformat/ptformat/visibility.h
+++ b/libs/ptformat/ptformat/visibility.h
@@ -38,7 +38,7 @@
#define LIBPTFORMAT_API LIBPTFORMAT_DLL_EXPORT
#else
#define LIBPTFORMAT_API LIBPTFORMAT_DLL_IMPORT
- #endif
+ #endif
#define LIBPTFORMAT_LOCAL LIBPTFORMAT_DLL_LOCAL
#endif