SFML community forums

Help => System => Topic started by: Foaly on January 29, 2013, 09:15:38 pm

Title: Tiny Correction to the source
Post by: Foaly on January 29, 2013, 09:15:38 pm
The other day I was reading thought the source a bit and I was looking at the win32 clock implementation. I noticed a tiny tiny thing there. It's a white space indentation error in line 54 (https://github.com/SFML/SFML/blob/master/src/SFML/System/Win32/ClockImpl.cpp#L54) there is a tab character instead of 4 white spaces. It's not even worth creating a thread, but I thought I'd point it out anyway.

Also all the files start Copyright (C) 2007-2012 Laurent Gomila. I think we can safely move to 2013 now :D
Title: Re: Tiny Correction to the source
Post by: Laurent on January 29, 2013, 10:40:18 pm
Thanks :P
Title: Re: Tiny Correction to the source
Post by: Foaly on January 29, 2013, 10:45:24 pm
No problem!