Cleaned up and updated .styleguide for new build system file locations and ran wpiformat (#612)

This commit is contained in:
Tyler Veness
2017-08-19 22:14:34 -07:00
committed by Peter Johnson
parent 1a9a6c3678
commit 2a9c454baa
6 changed files with 39 additions and 61 deletions

View File

@@ -710,4 +710,4 @@ void CameraServer::SetSize(int size) {
it->second.SetResolution(320, 240);
else if (size == kSize640x480)
it->second.SetResolution(640, 480);
}
}

View File

@@ -73,4 +73,4 @@ void VisionRunnerBase::RunForever() {
while (true) {
RunOnce();
}
}
}

View File

@@ -41,7 +41,7 @@ class CameraServer : public ErrorBase {
static CameraServer* GetInstance();
#ifdef __linux__
// USBCamera does not work on anything except linux
// USBCamera does not work on anything except linux
/**
* Start automatically capturing images to send to the dashboard.
*