diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-03 09:01:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-03 09:01:05 +0100 |
commit | 4d9746c828558c9f872e0aed52442863affb25d5 (patch) | |
tree | 507d7c2ba67f47d3cbbcf01a722236ff1b48426b /common/definitions.h | |
parent | 9cea920b7dd51867a0be0fed2f461b6be73c103e (diff) | |
download | sink-4d9746c828558c9f872e0aed52442863affb25d5.tar.gz sink-4d9746c828558c9f872e0aed52442863affb25d5.zip |
Fromatted the whole codebase with clang-format.
clang-format -i */**{.cpp,.h}
Diffstat (limited to 'common/definitions.h')
-rw-r--r-- | common/definitions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/definitions.h b/common/definitions.h index 029d3f8..96ec27e 100644 --- a/common/definitions.h +++ b/common/definitions.h | |||
@@ -25,6 +25,6 @@ | |||
25 | #include <QByteArray> | 25 | #include <QByteArray> |
26 | 26 | ||
27 | namespace Sink { | 27 | namespace Sink { |
28 | QString SINK_EXPORT storageLocation(); | 28 | QString SINK_EXPORT storageLocation(); |
29 | QByteArray SINK_EXPORT resourceName(const QByteArray &instanceIdentifier); | 29 | QByteArray SINK_EXPORT resourceName(const QByteArray &instanceIdentifier); |
30 | } | 30 | } |