NOOP, remove trailing tabs/whitespace.

This commit is contained in:
Robin Gareus
2015-10-05 16:17:49 +02:00
parent e11ba7b79d
commit 22b07e0233
822 changed files with 6861 additions and 6861 deletions

View File

@@ -378,7 +378,7 @@ _byte_count :
public:
pad_to_cache_line() {}
template<typename _arg_type> pad_to_cache_line(_arg_type arg) : base_type(arg) {}
};
};
//---------------------------------------------------------------------
} // namespace atomic

View File

@@ -19,7 +19,7 @@ namespace Akupara
namespace machine
{
const unsigned int k_bytes_per_cache_line = 64; // this is true for P4 & K8
// Flags for operations supported by this machine
//-------------------------------------
@@ -30,7 +30,7 @@ namespace Akupara
template<> struct implements_add <4> : public true_type {};
template<> struct implements_fetch_and_add<4> : public true_type {};
//-------------------------------------
// CAS
@@ -162,10 +162,10 @@ namespace Akupara
return fetch_and_add(operand_address, -subtrahend);
}
//--------------------------------------------------------------------------------
// Memory barriers
//--------------------------------------------------------------------------------
inline void memory_barrier_readwrite()