mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 12:39:24 -05:00
Global pass over the code to remove trailing spaces
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user