summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/LspCpp/include/LibLsp/JsonRpc/Cancellation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/LspCpp/include/LibLsp/JsonRpc/Cancellation.h')
-rw-r--r--Build/source/utils/asymptote/LspCpp/include/LibLsp/JsonRpc/Cancellation.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/utils/asymptote/LspCpp/include/LibLsp/JsonRpc/Cancellation.h b/Build/source/utils/asymptote/LspCpp/include/LibLsp/JsonRpc/Cancellation.h
index b89f32f1663..496be298443 100644
--- a/Build/source/utils/asymptote/LspCpp/include/LibLsp/JsonRpc/Cancellation.h
+++ b/Build/source/utils/asymptote/LspCpp/include/LibLsp/JsonRpc/Cancellation.h
@@ -7,12 +7,12 @@ namespace Cancellation
{
struct Params {
- /**
- * The request id to cancel.
- */
- lsRequestId id;
-
- MAKE_SWAP_METHOD(Cancellation::Params, id);
+ /**
+ * The request id to cancel.
+ */
+ lsRequestId id;
+
+ MAKE_SWAP_METHOD(Cancellation::Params, id);
};
};