mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 21:46:55 +00:00
Change C++ code style: put curly brace on the same line
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
|
||||
#include "lpf.h"
|
||||
|
||||
class PID
|
||||
{
|
||||
class PID {
|
||||
public:
|
||||
float p = 0;
|
||||
float i = 0;
|
||||
|
||||
Reference in New Issue
Block a user