screencast: Unify codestyle in API

The code style in the screencast API is currently a mess.
While, the overall code style in mutter and gnome-remote-desktop is to
use spaces as tabulator, the remote-desktop API is mixed with both
spaces as tabulators and actual tabulators.
In addition to that, the code style in the XDG desktop portal APIs uses
spaces as tabulators as well.

To unify the code style, replace all actual tabulators with spaces.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2255>
This commit is contained in:
Pascal Nowack 2022-01-25 11:02:38 +01:00 committed by Marge Bot
parent 6bd72264a7
commit cff95d4932

View File

@ -24,8 +24,9 @@
desktop session. desktop session.
* "disable-animations" (b): Set to "true" if the screen cast application * "disable-animations" (b): Set to "true" if the screen cast application
would prefer animations to be globally would prefer animations to be globally
disabled, while the session is running. Default disabled, while the session is running.
is "false". Available since version 3. Default is "false".
Available since version 3.
--> -->
<method name="CreateSession"> <method name="CreateSession">
<arg name="properties" type="a{sv}" direction="in" /> <arg name="properties" type="a{sv}" direction="in" />