diff options
author | ak <ak@FreeBSD.org> | 2013-02-01 23:04:00 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-02-01 23:04:00 +0800 |
commit | e79e613148627faf99d84ce19dbfb32f838ac361 (patch) | |
tree | 758c70cb6bd64afa6adeaa071d49dba91d5ddd9e /games/alephone | |
parent | c2db4aae585d6a4eee6daec987a6983ae3091438 (diff) | |
download | freebsd-ports-gnome-e79e613148627faf99d84ce19dbfb32f838ac361.tar.gz freebsd-ports-gnome-e79e613148627faf99d84ce19dbfb32f838ac361.tar.zst freebsd-ports-gnome-e79e613148627faf99d84ce19dbfb32f838ac361.zip |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/files/patch-Source_Files-Lua-lua_templates.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/alephone/files/patch-Source_Files-Lua-lua_templates.h b/games/alephone/files/patch-Source_Files-Lua-lua_templates.h index 2ba07bdcca2c..5e660dfc4b87 100644 --- a/games/alephone/files/patch-Source_Files-Lua-lua_templates.h +++ b/games/alephone/files/patch-Source_Files-Lua-lua_templates.h @@ -8,4 +8,4 @@ + else if(L_Enum<name, index_t>::_lookup(L, index, to)) return to; else { std::string error; - if(lua_isnumber(L, index) || lua_isstring(L, index))
\ No newline at end of file + if(lua_isnumber(L, index) || lua_isstring(L, index)) |