mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Add a newline to every sol file missing one
This commit is contained in:
parent
accfd0f7a7
commit
f9b6cf1595
|
@ -19,8 +19,8 @@
|
||||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
#ifndef SOL_LUA_FUNC_HPP
|
#ifndef SOL_FUNCTION_TYPES_HPP
|
||||||
#define SOL_LUA_FUNC_HPP
|
#define SOL_FUNCTION_TYPES_HPP
|
||||||
|
|
||||||
#include "stack.hpp"
|
#include "stack.hpp"
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
@ -283,4 +283,4 @@ struct userdata_function : public base_function {
|
||||||
|
|
||||||
} // sol
|
} // sol
|
||||||
|
|
||||||
#endif // SOL_LUA_FUNC_HPP
|
#endif // SOL_FUNCTION_TYPES_HPP
|
||||||
|
|
Loading…
Reference in New Issue
Block a user