diff --git a/res/logo.png b/res/logo.png
index 378e86f1..1fefd0f2 100644
Binary files a/res/logo.png and b/res/logo.png differ
diff --git a/res/logo.svg b/res/logo.svg
index 493f8f76..d818be66 100644
--- a/res/logo.svg
+++ b/res/logo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/res/logo2.png b/res/logo2.png
index 391264b6..d0dc9115 100644
Binary files a/res/logo2.png and b/res/logo2.png differ
diff --git a/res/logo2.svg b/res/logo2.svg
index 4732330a..0c24bc31 100644
--- a/res/logo2.svg
+++ b/res/logo2.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/examples/Svg2.cpp b/src/examples/Svg2.cpp
index e12edfa2..b9b90976 100644
--- a/src/examples/Svg2.cpp
+++ b/src/examples/Svg2.cpp
@@ -4,7 +4,7 @@
/* Drawing Commands */
/************************************************************************/
-static const char* svg = "";
+static const char* svg = "";
void tvgDrawCmds(tvg::Canvas* canvas)
diff --git a/src/examples/svgs/logo.svg b/src/examples/svgs/logo.svg
index 493f8f76..d818be66 100644
--- a/src/examples/svgs/logo.svg
+++ b/src/examples/svgs/logo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/wasm/thorvgwasm.cpp b/src/wasm/thorvgwasm.cpp
index d227cb0d..2b59e6e6 100644
--- a/src/wasm/thorvgwasm.cpp
+++ b/src/wasm/thorvgwasm.cpp
@@ -6,7 +6,7 @@ using namespace emscripten;
using namespace std;
using namespace tvg;
-string defaultData("");
+string defaultData("");
class __attribute__((visibility("default"))) ThorvgWasm
{