mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 15:37:06 +08:00
clang-format and clang-tidy fixes for a080aaa2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user