From 11ae9eca250d0188b7962459cbc6706719e7dca9 Mon Sep 17 00:00:00 2001
From: unril <unril@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:46:05 +0300
Subject: Restoring authorship annotation for <unril@yandex-team.ru>. Commit 1
 of 2.

---
 .../aws/s3/model/NoncurrentVersionTransition.h     | 26 +++++++++++-----------
 1 file changed, 13 insertions(+), 13 deletions(-)

(limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NoncurrentVersionTransition.h')

diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NoncurrentVersionTransition.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NoncurrentVersionTransition.h
index 03c21414a5..2dd64c9216 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NoncurrentVersionTransition.h
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NoncurrentVersionTransition.h
@@ -31,7 +31,7 @@ namespace Model
    * transition noncurrent object versions to the <code>STANDARD_IA</code>,
    * <code>ONEZONE_IA</code>, <code>INTELLIGENT_TIERING</code>, <code>GLACIER</code>,
    * or <code>DEEP_ARCHIVE</code> storage class at a specific period in the object's
-   * lifetime.</p><p><h3>See Also:</h3>   <a
+   * lifetime.</p><p><h3>See Also:</h3>   <a 
    * href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/NoncurrentVersionTransition">AWS
    * API Reference</a></p>
    */
@@ -63,16 +63,16 @@ namespace Model
      * Amazon S3 Calculates How Long an Object Has Been Noncurrent</a> in the <i>Amazon
      * Simple Storage Service Developer Guide</i>.</p>
      */
-    inline bool NoncurrentDaysHasBeenSet() const { return m_noncurrentDaysHasBeenSet; }
-
-    /**
-     * <p>Specifies the number of days an object is noncurrent before Amazon S3 can
-     * perform the associated action. For information about the noncurrent days
-     * calculations, see <a
+    inline bool NoncurrentDaysHasBeenSet() const { return m_noncurrentDaysHasBeenSet; } 
+ 
+    /** 
+     * <p>Specifies the number of days an object is noncurrent before Amazon S3 can 
+     * perform the associated action. For information about the noncurrent days 
+     * calculations, see <a 
      * href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations">How
      * Amazon S3 Calculates How Long an Object Has Been Noncurrent</a> in the <i>Amazon
      * Simple Storage Service Developer Guide</i>.</p>
-     */
+     */ 
     inline void SetNoncurrentDays(int value) { m_noncurrentDaysHasBeenSet = true; m_noncurrentDays = value; }
 
     /**
@@ -94,11 +94,11 @@ namespace Model
     /**
      * <p>The class of storage used to store the object.</p>
      */
-    inline bool StorageClassHasBeenSet() const { return m_storageClassHasBeenSet; }
-
-    /**
-     * <p>The class of storage used to store the object.</p>
-     */
+    inline bool StorageClassHasBeenSet() const { return m_storageClassHasBeenSet; } 
+ 
+    /** 
+     * <p>The class of storage used to store the object.</p> 
+     */ 
     inline void SetStorageClass(const TransitionStorageClass& value) { m_storageClassHasBeenSet = true; m_storageClass = value; }
 
     /**
-- 
cgit v1.2.3