clang-format and clang-tidy fixes for a080aaa2

This commit is contained in:
David
2022-10-14 21:23:56 +00:00
parent a080aaa2e1
commit 8fdcb1817e

View File

@@ -9,13 +9,13 @@
************************************************************
* */
#include <cassert>
#include <cmath>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <string>
#include "./stack.hpp"
#include "math.h"
int main(int argc, char* argv[]) {
double GPA = NAN;