Remove useless whitespace, I need to setup msvc to disable all it's auto-indentation features which are terrible.

Originally committed to SVN as r4437.
This commit is contained in:
Amar Takhar 2010-06-05 18:16:16 +00:00
parent 1c3f6ed111
commit 1a7052040a

View file

@ -76,7 +76,7 @@ std::string ErrorString(DWORD error) {
/// @brief Get seconds and microseconds.
/// @param tv[out] timeval struct
/// This code is from http://www.suacommunity.com/dictionary/gettimeofday-entry.php
void time_log(timeval &tv) {
void time_log(type::win::timeval &tv) {
#if defined(_MSC_VER) || defined(_MSC_EXTENSIONS)
#define DELTA_EPOCH_IN_MICROSECS 11644473600000000Ui64
#else