1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00

LibAudio: Run clang-format on all of it to make editing easier.

This commit is contained in:
Andreas Kling 2019-07-27 14:30:09 +02:00
parent 9ed7f4576b
commit c7a4c8f93b
4 changed files with 54 additions and 39 deletions

View file

@ -1,6 +1,6 @@
#include <SharedBuffer.h>
#include <LibAudio/ABuffer.h>
#include "AClientConnection.h"
#include <LibAudio/AClientConnection.h>
#include <SharedBuffer.h>
AClientConnection::AClientConnection()
: Connection("/tmp/asportal")