Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-10-15 23:38:45 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-10-15 23:38:45 +0400
commit94711098e4bc0f2c95c11c0cdb0766857872f87a (patch)
tree53720f53d984af8d1adec861b8f0da6b6fe9aa95 /source/blender/freestyle/intern/scene_graph
parent3c7d54b38a137f5de9af716cfcc0672facf202ad (diff)
* Fixed compiler warnings concerning the lack of a newline at the
end of a file. * Fixed compiler warnings due to an invalid argument to PyList_New(). NULL was used instead of 0 to create an empty list.
Diffstat (limited to 'source/blender/freestyle/intern/scene_graph')
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeCamera.h2
-rwxr-xr-xsource/blender/freestyle/intern/scene_graph/Rep.cpp2
-rwxr-xr-xsource/blender/freestyle/intern/scene_graph/SceneVisitor.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/scene_graph/NodeCamera.h b/source/blender/freestyle/intern/scene_graph/NodeCamera.h
index 76ccf465d38..cdd6fa83048 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeCamera.h
+++ b/source/blender/freestyle/intern/scene_graph/NodeCamera.h
@@ -189,4 +189,4 @@ public:
};
-#endif // NODE_CAMERA_H_ \ No newline at end of file
+#endif // NODE_CAMERA_H_
diff --git a/source/blender/freestyle/intern/scene_graph/Rep.cpp b/source/blender/freestyle/intern/scene_graph/Rep.cpp
index 520d3c41e2e..84ad2c2a966 100755
--- a/source/blender/freestyle/intern/scene_graph/Rep.cpp
+++ b/source/blender/freestyle/intern/scene_graph/Rep.cpp
@@ -1 +1 @@
-#include "Rep.h" \ No newline at end of file
+#include "Rep.h"
diff --git a/source/blender/freestyle/intern/scene_graph/SceneVisitor.cpp b/source/blender/freestyle/intern/scene_graph/SceneVisitor.cpp
index 9cfb9d40d24..da9c94930bd 100755
--- a/source/blender/freestyle/intern/scene_graph/SceneVisitor.cpp
+++ b/source/blender/freestyle/intern/scene_graph/SceneVisitor.cpp
@@ -1 +1 @@
-#include "SceneVisitor.h" \ No newline at end of file
+#include "SceneVisitor.h"