Clang Formatting
This commit is contained in:
parent
0076a08d04
commit
c94583d867
9 changed files with 184 additions and 182 deletions
|
@ -1,3 +1,7 @@
|
|||
// Copyright 2020 yuzu Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
|
@ -5,7 +9,6 @@
|
|||
|
||||
namespace InputCommon {
|
||||
|
||||
|
||||
/**
|
||||
* A button device factory representing a gcpad. It receives gcpad events and forward them
|
||||
* to all button devices it created.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue