[glass] Fix styleguide (#2976)

This commit is contained in:
Peter Johnson
2020-12-26 14:31:24 -08:00
committed by GitHub
parent 8f1f64ffb6
commit 1cda3f5ad7
108 changed files with 347 additions and 643 deletions

View File

@@ -1,12 +1,11 @@
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2020 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of */
/* the project. */
/*----------------------------------------------------------------------------*/
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "glass/networktables/NetworkTables.h"
#include <networktables/NetworkTableValue.h>
#include <cinttypes>
#include <cstdio>
#include <cstring>
@@ -15,7 +14,6 @@
#include <vector>
#include <imgui.h>
#include <networktables/NetworkTableValue.h>
#include <ntcore_cpp.h>
#include <wpi/ArrayRef.h>
#include <wpi/Format.h>