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/resourcecontrol.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/resourcecontrol.h')
-rw-r--r-- | common/resourcecontrol.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/common/resourcecontrol.h b/common/resourcecontrol.h index 5bfa67f..d483153 100644 --- a/common/resourcecontrol.h +++ b/common/resourcecontrol.h | |||
@@ -40,7 +40,7 @@ KAsync::Job<void> SINK_EXPORT shutdown(const QByteArray &resourceIdentifier); | |||
40 | 40 | ||
41 | /** | 41 | /** |
42 | * Start resource. | 42 | * Start resource. |
43 | * | 43 | * |
44 | * The resource is ready for operation once this command completes. | 44 | * The resource is ready for operation once this command completes. |
45 | * This command is only necessary if a resource was shutdown previously, | 45 | * This command is only necessary if a resource was shutdown previously, |
46 | * otherwise the resource process will automatically start as necessary. | 46 | * otherwise the resource process will automatically start as necessary. |
@@ -56,7 +56,5 @@ KAsync::Job<void> SINK_EXPORT flushMessageQueue(const QByteArrayList &resourceId | |||
56 | * Flushes any pending messages that haven't been replayed to the source. | 56 | * Flushes any pending messages that haven't been replayed to the source. |
57 | */ | 57 | */ |
58 | KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArrayList &resourceIdentifier); | 58 | KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArrayList &resourceIdentifier); |
59 | |||
60 | } | ||
61 | } | 59 | } |
62 | 60 | } | |