Skip to content

Commit

Permalink
Remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed May 13, 2024
1 parent 0ef0622 commit 057cf41
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ extern void _ClearVertexVisitedFlags(graphP theGraph, int);
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif

int gp_CreateDFSTree(graphP theGraph)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ See the LICENSE.TXT file for licensing information.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif

#include "graphDrawPlanar.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ See the LICENSE.TXT file for licensing information.
#include "graphDrawPlanar.private.h"
#include "graphDrawPlanar.h"



extern void _ClearVertexVisitedFlags(graphP theGraph, int);

extern void _CollectDrawingData(DrawPlanarContext *context, int RootVertex, int W, int WPrevLink);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ See the LICENSE.TXT file for licensing information.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif

/* Imported functions */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ extern "C" {
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif

typedef struct
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ See the LICENSE.TXT file for licensing information.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif
#define GRAPHISOLATOR_C

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ See the LICENSE.TXT file for licensing information.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif
#include "graph.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ See the LICENSE.TXT file for licensing information.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif

#include <stdlib.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ See the LICENSE.TXT file for licensing information.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif

#include "graphK33Search.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ See the LICENSE.TXT file for licensing information.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif
#include <stdlib.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ See the LICENSE.TXT file for licensing information.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif
#include "graphK4Search.h"
#include "graphK4Search.private.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ See the LICENSE.TXT file for licensing information.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif
#include <stdlib.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ See the LICENSE.TXT file for licensing information.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif

/* Imported functions */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ See the LICENSE.TXT file for licensing information.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif

#define GRAPHTEST_C
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"

#endif
/*
Copyright (c) 1997-2020, John M. Boyer
Expand Down

0 comments on commit 057cf41

Please sign in to comment.