diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-05 22:00:54 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-05 22:00:54 +0100 |
| commit | 9d474dfcdf32993fc93d2b1b87a2e8ba1cf927e5 (patch) | |
| tree | fd841e824b536c3d96c7fffebb19683cbaf3db3d /test/blocks.cxx | |
| parent | fc1efc7957c8f9307b4cca261103f2fc4e6fc553 (diff) | |
Fix whitespace and Makefile dependencies
No code changes
Diffstat (limited to 'test/blocks.cxx')
| -rw-r--r-- | test/blocks.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/blocks.cxx b/test/blocks.cxx index 792ef8b04..2128d8a08 100644 --- a/test/blocks.cxx +++ b/test/blocks.cxx @@ -451,10 +451,10 @@ class BlockWindow : public Fl_Double_Window { private: - int frames_, - frames_per_second_; - time_t frame_time_; - bool show_fps_; + int frames_, + frames_per_second_; + time_t frame_time_; + bool show_fps_; Fl_Button *help_button_, *play_button_; |
