summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Walpen <dev@submerge.ch>2021-08-03 23:17:19 +0200
committer0EVSG <dev@submerge.ch>2021-12-27 20:45:57 +0100
commit548cec4293a0bf45577aab93032af69d7c664d46 (patch)
treebe0988ad56bdbd9801bd51fbf9653e01b0592fa5
parente8fa9bda0f76b1c8f02792c0e277e285642e78aa (diff)
downloadjack2-548cec4293a0bf45577aab93032af69d7c664d46.tar.gz
FreeBSD: Cleanup tab indents.
-rw-r--r--freebsd/JackAtomic_os.h2
-rw-r--r--freebsd/JackPlatformPlug_os.h26
2 files changed, 14 insertions, 14 deletions
diff --git a/freebsd/JackAtomic_os.h b/freebsd/JackAtomic_os.h
index ca731f25..47b7b0c9 100644
--- a/freebsd/JackAtomic_os.h
+++ b/freebsd/JackAtomic_os.h
@@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
static inline char CAS(volatile UInt32 value, UInt32 newvalue, volatile void* addr)
{
- return atomic_cmpset_32((uint32_t*)addr, value, newvalue);
+ return atomic_cmpset_32((uint32_t*)addr, value, newvalue);
}
#endif
diff --git a/freebsd/JackPlatformPlug_os.h b/freebsd/JackPlatformPlug_os.h
index f4a4345d..85b9455c 100644
--- a/freebsd/JackPlatformPlug_os.h
+++ b/freebsd/JackPlatformPlug_os.h
@@ -27,19 +27,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
namespace Jack
{
- struct JackRequest;
- struct JackResult;
-
- class JackPosixMutex;
- class JackPosixThread;
- class JackPosixSemaphore;
-
- class JackSocketServerChannel;
- class JackSocketClientChannel;
- class JackSocketServerNotifyChannel;
- class JackSocketNotifyChannel;
- class JackClientSocket;
- class JackNetUnixSocket;
+ struct JackRequest;
+ struct JackResult;
+
+ class JackPosixMutex;
+ class JackPosixThread;
+ class JackPosixSemaphore;
+
+ class JackSocketServerChannel;
+ class JackSocketClientChannel;
+ class JackSocketServerNotifyChannel;
+ class JackSocketNotifyChannel;
+ class JackClientSocket;
+ class JackNetUnixSocket;
}
/* __JackPlatformMutex__ */