Closed r-barnes closed 2 years ago
This changes
#include "dglib/DgBase.h"
to
#include <dglib/DgBase.h>
so that things compile nicely.
The line #include <dglib/DgBase.h> appears just below a place where it looks like two files have been pasted into each other - was this intentional?
All other changes are removing trailing whitespace; code editors can usually be configured to do this automatically.
@sahrk : Could you check on this?
This changes
to
so that things compile nicely.
The line
#include <dglib/DgBase.h>
appears just below a place where it looks like two files have been pasted into each other - was this intentional?All other changes are removing trailing whitespace; code editors can usually be configured to do this automatically.