mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 07:19:21 +02:00
clean up comments and tab spacing
This commit is contained in:
parent
912baf87c8
commit
952365a1b7
4 changed files with 90 additions and 90 deletions
|
@ -252,6 +252,7 @@ void AudioMixer::run() {
|
|||
gettimeofday(&startTime, NULL);
|
||||
|
||||
int numBytesPacketHeader = numBytesForPacketHeader((unsigned char*) &PACKET_TYPE_MIXED_AUDIO);
|
||||
// note: Visual Studio 2010 doesn't support variable sized local arrays
|
||||
#ifdef _WIN32
|
||||
unsigned char clientPacket[MAX_PACKET_SIZE];
|
||||
#else
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
//#include <arpa/inet.h> // not available on windows, apparently not needed on mac
|
||||
#include <signal.h>
|
||||
|
||||
#include <QtCore/QJsonDocument>
|
||||
|
|
Loading…
Reference in a new issue