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:
parent
9ed7f4576b
commit
c7a4c8f93b
4 changed files with 54 additions and 39 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue