Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
Bonzomatic
Commits
53a6b4cd
Commit
53a6b4cd
authored
May 20, 2017
by
rgiot
Committed by
Gargaj
May 20, 2017
Browse files
Remove uneeded empty lines (#38)
parent
03875425
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
53a6b4cd
...
...
@@ -11,7 +11,6 @@ set(VERSION_MAJOR "1")
set
(
VERSION_MINOR
"0"
)
set
(
VERSION_PATCH
"0"
)
option
(
BONZOMATIC_64BIT
"Compile for 64 bit target?"
ON
)
if
(
MSVC
)
if
(
CMAKE_GENERATOR MATCHES
"64"
)
...
...
src/main.cpp
View file @
53a6b4cd
...
...
@@ -2,8 +2,6 @@
#include
<string.h>
#include
<assert.h>
#include
"ShaderEditor.h"
#include
"Renderer.h"
#include
"FFT.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment