rayzor
diff src/rend.cc @ 1:a826bf0fb169
fixed line endings
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 05 Apr 2014 09:05:26 +0300 |
parents | 2a5340a6eee4 |
children |
line diff
1.1 --- a/src/rend.cc Sat Apr 05 08:46:27 2014 +0300 1.2 +++ b/src/rend.cc Sat Apr 05 09:05:26 2014 +0300 1.3 @@ -1,10 +1,10 @@ 1.4 -#include "rend.h" 1.5 - 1.6 -bool rend_init() 1.7 -{ 1.8 - return false; 1.9 -} 1.10 - 1.11 -void rend_shutdown() 1.12 -{ 1.13 -} 1.14 +#include "rend.h" 1.15 + 1.16 +bool rend_init() 1.17 +{ 1.18 + return false; 1.19 +} 1.20 + 1.21 +void rend_shutdown() 1.22 +{ 1.23 +}