diff options
author | Joe George <joe@zeroc.com> | 2023-12-07 11:08:26 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2023-12-07 11:08:26 -0500 |
commit | 934e295ffed3f0724f8c386d5764b19bff4e1814 (patch) | |
tree | 4287e977b961e1331da57f05662751dfc3a10ef2 /cpp/src | |
parent | Removed version string header from typescript file. (diff) | |
download | ice-934e295ffed3f0724f8c386d5764b19bff4e1814.tar.bz2 ice-934e295ffed3f0724f8c386d5764b19bff4e1814.tar.xz ice-934e295ffed3f0724f8c386d5764b19bff4e1814.zip |
Fix indentation
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Slice/Grammar.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/Grammar.y b/cpp/src/Slice/Grammar.y index 3c8b3d9f0f3..642cafa89a6 100644 --- a/cpp/src/Slice/Grammar.y +++ b/cpp/src/Slice/Grammar.y @@ -1481,7 +1481,7 @@ interface_exports ContainedPtr contained = ContainedPtr::dynamicCast($2); if(contained && !metaData->v.empty()) { - contained->setMetaData(metaData->v); + contained->setMetaData(metaData->v); } } | error ';' interface_exports |