Skip to content
  • Pascal Nowack's avatar
    remote-desktop: Unify codestyle in API · ecd45d28
    Pascal Nowack authored and Marge Bot's avatar Marge Bot committed
    The code style in the remote-desktop 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: <!2255>
    ecd45d28