mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 08:39:49 +02:00
Reformat code
This commit is contained in:
parent
1fcb8b4fc2
commit
5cc37f98f4
8 changed files with 293 additions and 315 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
namespace chronos
|
||||
{
|
||||
using clk =
|
||||
using clk =
|
||||
#ifndef WINDOWS
|
||||
std::chrono::steady_clock;
|
||||
#else
|
||||
|
@ -108,7 +108,7 @@ inline ToDuration diff(const timeval& tv1, const timeval& tv2)
|
|||
|
||||
inline static long getTickCount()
|
||||
{
|
||||
#if defined (MACOS)
|
||||
#if defined(MACOS)
|
||||
clock_serv_t cclock;
|
||||
mach_timespec_t mts;
|
||||
host_get_clock_service(mach_host_self(), SYSTEM_CLOCK, &cclock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue