aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/imgui-node-editor
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-05-30 23:30:33 -0700
committerrtk0c <[email protected]>2021-05-30 23:30:33 -0700
commiteef2514908cdec3ec02888b7467cc877d33c1ceb (patch)
tree094ff5bdfcb12030023b857376299c592944a1dd /3rdparty/imgui-node-editor
parent20c5cca8c46d0d2af7addeeec97cb9811a1d4647 (diff)
Run dos2unix all all files
Diffstat (limited to '3rdparty/imgui-node-editor')
-rw-r--r--3rdparty/imgui-node-editor/crude_json.cpp2
-rw-r--r--3rdparty/imgui-node-editor/crude_json.h2
-rw-r--r--3rdparty/imgui-node-editor/imgui_canvas.cpp2
-rw-r--r--3rdparty/imgui-node-editor/imgui_canvas.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/3rdparty/imgui-node-editor/crude_json.cpp b/3rdparty/imgui-node-editor/crude_json.cpp
index f2b3ba5..34f117f 100644
--- a/3rdparty/imgui-node-editor/crude_json.cpp
+++ b/3rdparty/imgui-node-editor/crude_json.cpp
@@ -1,4 +1,4 @@
-// Crude implementation of JSON value object and parser.
+// Crude implementation of JSON value object and parser.
//
// LICENSE
// This software is dual-licensed to the public domain and under the following
diff --git a/3rdparty/imgui-node-editor/crude_json.h b/3rdparty/imgui-node-editor/crude_json.h
index 06eedd7..a95abb9 100644
--- a/3rdparty/imgui-node-editor/crude_json.h
+++ b/3rdparty/imgui-node-editor/crude_json.h
@@ -1,4 +1,4 @@
-// Crude implementation of JSON value object and parser.
+// Crude implementation of JSON value object and parser.
//
// LICENSE
// This software is dual-licensed to the public domain and under the following
diff --git a/3rdparty/imgui-node-editor/imgui_canvas.cpp b/3rdparty/imgui-node-editor/imgui_canvas.cpp
index df63a40..9c71051 100644
--- a/3rdparty/imgui-node-editor/imgui_canvas.cpp
+++ b/3rdparty/imgui-node-editor/imgui_canvas.cpp
@@ -1,4 +1,4 @@
-# define IMGUI_DEFINE_MATH_OPERATORS
+# define IMGUI_DEFINE_MATH_OPERATORS
# include "imgui_canvas.h"
# include <type_traits>
diff --git a/3rdparty/imgui-node-editor/imgui_canvas.h b/3rdparty/imgui-node-editor/imgui_canvas.h
index 44f4347..acbb8ae 100644
--- a/3rdparty/imgui-node-editor/imgui_canvas.h
+++ b/3rdparty/imgui-node-editor/imgui_canvas.h
@@ -1,4 +1,4 @@
-// Canvas widget - view over infinite virtual space.
+// Canvas widget - view over infinite virtual space.
//
// Canvas allows you to draw your widgets anywhere over infinite space and provide
// view over it with support for panning and scaling.