X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f734ec7475682eb90323e804cbcfddd7e4523992..df078bae24388cc0dd63b2bbafe05897a0dd45f8:/src/bindings/lua/simgrid_lua.hpp diff --git a/src/bindings/lua/simgrid_lua.hpp b/src/bindings/lua/simgrid_lua.hpp index d9d5edb238..9018ab88f0 100644 --- a/src/bindings/lua/simgrid_lua.hpp +++ b/src/bindings/lua/simgrid_lua.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2018. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -13,8 +13,8 @@ extern "C" { /* Plaftorm functions */ /* ********************************************************************************* */ -int console_open(lua_State *L); -int console_close(lua_State *L); +int console_open(lua_State* L); +int console_close(lua_State* L); int console_add_backbone(lua_State*); int console_add_host___link(lua_State*); @@ -24,7 +24,7 @@ int console_add_router(lua_State* L); int console_add_route(lua_State*); int console_add_ASroute(lua_State*); int console_AS_open(lua_State*); -int console_AS_seal(lua_State *L); +int console_AS_seal(lua_State* L); int console_set_function(lua_State*); int console_host_set_property(lua_State*); }