Skip to content

Commit c40206f

Browse files
committed
spaces
1 parent f1b86b9 commit c40206f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

implot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ You can read releases logs https://github.com/epezent/implot/releases for more d
8888
#ifndef GImPlot
8989
ImPlotContext* GImPlot = NULL;
9090
#endif
91+
9192
//-----------------------------------------------------------------------------
9293
// Struct Implementations
9394
//-----------------------------------------------------------------------------

implot_internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ struct ImPlotNextPlotData;
9292
//-----------------------------------------------------------------------------
9393
// [SECTION] Context Pointer
9494
//-----------------------------------------------------------------------------
95+
9596
#ifndef GImPlot
9697
extern IMPLOT_API ImPlotContext* GImPlot; // Current implicit context pointer
9798
#endif

0 commit comments

Comments
 (0)