Skip to content
Extraits de code Groupes Projets
Vérifiée Valider b5cfe2af rédigé par Kubat's avatar Kubat
Parcourir les fichiers

MISC: Small update to style with clang-format

parent 5b2963e1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!16Add a way to execute a Lua file with Vivy in a click-click way
...@@ -56,7 +56,6 @@ public: ...@@ -56,7 +56,6 @@ public:
lua_State *getState() noexcept; lua_State *getState() noexcept;
auto &getOutputStream() noexcept { return streamOut; } auto &getOutputStream() noexcept { return streamOut; }
auto &getErrorStream() noexcept { return streamErr; } auto &getErrorStream() noexcept { return streamErr; }
operator lua_State *() noexcept { return L; } operator lua_State *() noexcept { return L; }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter