Skip to content

Commit

Permalink
spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
epezent committed Sep 8, 2021
1 parent f1b86b9 commit c40206f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions implot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ You can read releases logs https://github.com/epezent/implot/releases for more d
#ifndef GImPlot
ImPlotContext* GImPlot = NULL;
#endif

//-----------------------------------------------------------------------------
// Struct Implementations
//-----------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions implot_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ struct ImPlotNextPlotData;
//-----------------------------------------------------------------------------
// [SECTION] Context Pointer
//-----------------------------------------------------------------------------

#ifndef GImPlot
extern IMPLOT_API ImPlotContext* GImPlot; // Current implicit context pointer
#endif
Expand Down

0 comments on commit c40206f

Please sign in to comment.