Apply 'make format'

This commit is contained in:
github action 2023-07-27 09:44:05 +00:00
parent 106a9fe67f
commit 75336670d7

View File

@ -55,13 +55,13 @@
//**********************************************************************
//**** Compile options
#include <sys/types.h>
#include <iostream>
#include <cstdlib>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <string>
#include <iostream>
#include <string>
#include <sys/types.h>
// Avoid needing std:: prefixes on some very common items
using string = std::string;