summaryrefslogtreecommitdiff
path: root/tools/omf/omftool.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
committerRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
commit22b07e0233a29d9633ffa825a79503befaf2e16e (patch)
tree1d8b06056f8e12197158f5d906319767d3dedda5 /tools/omf/omftool.h
parente11ba7b79d68bc1070b170236c22123966d7bcc3 (diff)
NOOP, remove trailing tabs/whitespace.
Diffstat (limited to 'tools/omf/omftool.h')
-rw-r--r--tools/omf/omftool.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/omf/omftool.h b/tools/omf/omftool.h
index 4b794d94b4..9f16aec94f 100644
--- a/tools/omf/omftool.h
+++ b/tools/omf/omftool.h
@@ -52,16 +52,16 @@ private:
XMLNode* diskstreams;
XMLNode* locations;
XMLNode* options;
-
+
XMLNode* new_region_node ();
XMLNode* new_source_node ();
XMLNode* new_route_node ();
XMLNode* new_playlist_node ();
XMLNode* new_diskstream_node ();
-
+
typedef std::map<std::string,SourceInfo*> KnownSources;
KnownSources known_sources;
-
+
SourceInfo* get_known_source (const char*);
char* read_name (size_t offset, size_t length);
bool get_offset_and_length (const char* offstr, const char* lenstr, uint32_t& offset, uint32_t& len);
@@ -80,7 +80,7 @@ private:
else
return x;
}
-
+
uint32_t e32(uint32_t x)
{
if (bigEndian)
@@ -91,7 +91,7 @@ private:
else
return x;
}
-
+
uint64_t e64(uint64_t x)
{
if (bigEndian)
@@ -106,7 +106,7 @@ private:
else
return x;
}
-
+
};
#endif /* __ardour_omftool__ */