Global pass over the code to remove trailing spaces

This commit is contained in:
Alexander Bock
2022-11-22 21:06:52 +01:00
parent 0fe1cb7c23
commit 44e5b17ec9
576 changed files with 2953 additions and 2949 deletions
+2 -2
View File
@@ -123,8 +123,8 @@ public:
* necessary information for this Property. #PropertyInfo::identifier needs to be
* unique for each PropertyOwner. The #PropertyInfo::guiName will be stored in the
* metaData to be accessed by the GUI elements using the #PropertyInfo::guiName key.
* The default visibility settings is Visibility::Always, whereas the default read-only
* state is \c false.
* The default visibility settings is Visibility::Always, whereas the default
* read-only state is \c false.
*
* \param info The PropertyInfo structure that contains all the required static
* information for initializing this Property.
@@ -37,7 +37,7 @@ public:
int typeLua() const override;
using TemplateProperty<std::string>::operator=;
operator std::string_view();
operator std::string_view() const;