Skip to content

Commit 82e5a11

Browse files
authored
Merge pull request #13341 from Ruko97/fix-tab-alignment
fixed wrong tab alignment in YulUtilFunctions.h
2 parents d5a78b1 + 3e70a40 commit 82e5a11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libsolidity/codegen/YulUtilFunctions.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ class YulUtilFunctions
232232
std::string storageArrayPopFunction(ArrayType const& _type);
233233

234234
/// @returns the name of a function that pushes an element to a storage array
235-
/// @param _fromType represents the type of the element being pushed.
236-
/// If _fromType is ReferenceType the function will perform deep copy.
235+
/// @param _fromType represents the type of the element being pushed.
236+
/// If _fromType is ReferenceType the function will perform deep copy.
237237
/// signature: (array, value)
238238
std::string storageArrayPushFunction(ArrayType const& _type, Type const* _fromType = nullptr);
239239

@@ -530,7 +530,7 @@ class YulUtilFunctions
530530
std::string externalFunctionPointersEqualFunction();
531531

532532
private:
533-
/// @returns the name of a function that copies a struct from calldata or memory to storage
533+
/// @returns the name of a function that copies a struct from calldata or memory to storage
534534
/// signature: (slot, value) ->
535535
std::string copyStructToStorageFunction(StructType const& _from, StructType const& _to);
536536

0 commit comments

Comments
 (0)