diff options
| author | unril <[email protected]> | 2022-02-10 16:46:05 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:05 +0300 |
| commit | 3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/restricted/aws/aws-c-common/source/codegen.c | |
| parent | 11ae9eca250d0188b7962459cbc6706719e7dca9 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/aws/aws-c-common/source/codegen.c')
| -rw-r--r-- | contrib/restricted/aws/aws-c-common/source/codegen.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/restricted/aws/aws-c-common/source/codegen.c b/contrib/restricted/aws/aws-c-common/source/codegen.c index 1469e63f370..ea6e95d5487 100644 --- a/contrib/restricted/aws/aws-c-common/source/codegen.c +++ b/contrib/restricted/aws/aws-c-common/source/codegen.c @@ -1,14 +1,14 @@ /** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. - */ - -/* - * This file generates exportable implementations for inlineable functions. - */ - -#define AWS_STATIC_IMPL AWS_COMMON_API - + */ + +/* + * This file generates exportable implementations for inlineable functions. + */ + +#define AWS_STATIC_IMPL AWS_COMMON_API + #include <aws/common/array_list.inl> #include <aws/common/atomics.inl> #include <aws/common/byte_order.inl> |
