From 6312a6725e92323e1d2bc8bcd8e3f52e758bec7c Mon Sep 17 00:00:00 2001 From: Dimitri Diakopoulos Date: Sat, 16 May 2015 23:09:23 -0700 Subject: [PATCH] whitespace and added util folder for xcode project --- include/libnyquist/Common.h | 2 -- libnyquist.xcodeproj/project.pbxproj | 16 ++++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/include/libnyquist/Common.h b/include/libnyquist/Common.h index bf638d5..001383b 100644 --- a/include/libnyquist/Common.h +++ b/include/libnyquist/Common.h @@ -57,8 +57,6 @@ namespace nqr #error ARCH_CPU_BIG_ENDIAN and ARCH_CPU_LITTLE_ENDIAN both defined. #endif - - static inline uint16_t Swap16(uint16_t value) { return (uint16_t)((value >> 8) | (value << 8)); diff --git a/libnyquist.xcodeproj/project.pbxproj b/libnyquist.xcodeproj/project.pbxproj index 56f68d4..b1cedd8 100644 --- a/libnyquist.xcodeproj/project.pbxproj +++ b/libnyquist.xcodeproj/project.pbxproj @@ -137,6 +137,17 @@ name = deps; sourceTree = ""; }; + 080A58591B0867E500302850 /* util */ = { + isa = PBXGroup; + children = ( + 08B91D871AC73B8000335131 /* Dither.h */, + 080A58561B0866AA00302850 /* RiffUtils.h */, + 08B91D8C1AC73B8000335131 /* RingBuffer.h */, + 08B91D8B1AC73B8000335131 /* PostProcess.h */, + ); + name = util; + sourceTree = ""; + }; 08894F1D1AEAA5B7007AAF90 /* wavpack */ = { isa = PBXGroup; children = ( @@ -216,17 +227,14 @@ 08B91D811AC73B5A00335131 /* include */ = { isa = PBXGroup; children = ( + 080A58591B0867E500302850 /* util */, 08B91D831AC73B8000335131 /* CafDecoder.h */, 08B91D841AC73B8000335131 /* AudioDecoder.h */, 08B91D851AC73B8000335131 /* AudioDevice.h */, 08B91D861AC73B8000335131 /* Common.h */, - 08B91D871AC73B8000335131 /* Dither.h */, 08B91D881AC73B8000335131 /* FlacDecoder.h */, 08B91D891AC73B8000335131 /* VorbisDecoder.h */, 08B91D8A1AC73B8000335131 /* OpusDecoder.h */, - 080A58561B0866AA00302850 /* RiffUtils.h */, - 08B91D8B1AC73B8000335131 /* PostProcess.h */, - 08B91D8C1AC73B8000335131 /* RingBuffer.h */, 08B91D8E1AC73B8000335131 /* WavDecoder.h */, 08B91D8F1AC73B8000335131 /* WavPackDecoder.h */, );