Skip to content

Commit e5ecbd4

Browse files
committed
Fix formatting
1 parent a1240b3 commit e5ecbd4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

simplecpp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ namespace simplecpp {
264264
using OutputList = std::list<Output>;
265265

266266
/**
267-
* Command line preprocessor settings.
268-
* On the command line these are configured by -D, -U, -I, --include, -std
269-
*/
267+
* Command line preprocessor settings.
268+
* On the command line these are configured by -D, -U, -I, --include, -std
269+
*/
270270
struct SIMPLECPP_LIB DUI {
271271
DUI() = default;
272272
std::list<std::string> defines;

0 commit comments

Comments
 (0)