Apply 'make format'
This commit is contained in:
parent
106a9fe67f
commit
75336670d7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue