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:
authorCampbell Barton <ideasman42@gmail.com>2018-06-29 09:02:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-29 09:02:49 +0300
commitaf36dd4664ddf35c7ad99f05f9878ce1acf787bd (patch)
tree86c90d41e9f8e6abd3f0c231f77c96e8a9cff7d9 /source/blender/python/intern
parent46dceefc353ab8c84731c9f8f09a34733e004d1b (diff)
Cleanup: trailing newlines
Diffstat (limited to 'source/blender/python/intern')
-rw-r--r--source/blender/python/intern/bpy_app_alembic.h1
-rw-r--r--source/blender/python/intern/bpy_app_openvdb.h1
-rw-r--r--source/blender/python/intern/bpy_app_translations.c1
-rw-r--r--source/blender/python/intern/bpy_operator_wrap.c1
-rw-r--r--source/blender/python/intern/bpy_path.c1
-rw-r--r--source/blender/python/intern/gpu.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/python/intern/bpy_app_alembic.h b/source/blender/python/intern/bpy_app_alembic.h
index 8cc647a77df..773bb2fd3bf 100644
--- a/source/blender/python/intern/bpy_app_alembic.h
+++ b/source/blender/python/intern/bpy_app_alembic.h
@@ -35,4 +35,3 @@
PyObject *BPY_app_alembic_struct(void);
#endif /* __BPY_APP_ALEMBIC_H__ */
-
diff --git a/source/blender/python/intern/bpy_app_openvdb.h b/source/blender/python/intern/bpy_app_openvdb.h
index 12fa54ea7a3..ef712982695 100644
--- a/source/blender/python/intern/bpy_app_openvdb.h
+++ b/source/blender/python/intern/bpy_app_openvdb.h
@@ -35,4 +35,3 @@
PyObject *BPY_app_openvdb_struct(void);
#endif /* __BPY_APP_OPENVDB_H__ */
-
diff --git a/source/blender/python/intern/bpy_app_translations.c b/source/blender/python/intern/bpy_app_translations.c
index 6ba858f0228..ffc54969d8c 100644
--- a/source/blender/python/intern/bpy_app_translations.c
+++ b/source/blender/python/intern/bpy_app_translations.c
@@ -824,4 +824,3 @@ void BPY_app_translations_end(void)
_clear_translations_cache();
#endif
}
-
diff --git a/source/blender/python/intern/bpy_operator_wrap.c b/source/blender/python/intern/bpy_operator_wrap.c
index 9d57adca946..ae84d83b431 100644
--- a/source/blender/python/intern/bpy_operator_wrap.c
+++ b/source/blender/python/intern/bpy_operator_wrap.c
@@ -200,4 +200,3 @@ PyObject *PYOP_wrap_macro_define(PyObject *UNUSED(self), PyObject *args)
return pyrna_struct_CreatePyObject(&ptr_otmacro);
}
-
diff --git a/source/blender/python/intern/bpy_path.c b/source/blender/python/intern/bpy_path.c
index 1d554b60bbe..f182972ba9c 100644
--- a/source/blender/python/intern/bpy_path.c
+++ b/source/blender/python/intern/bpy_path.c
@@ -64,4 +64,3 @@ PyObject *BPyInit__bpy_path(void)
return submodule;
}
-
diff --git a/source/blender/python/intern/gpu.c b/source/blender/python/intern/gpu.c
index ece27915c9c..7cf669e875b 100644
--- a/source/blender/python/intern/gpu.c
+++ b/source/blender/python/intern/gpu.c
@@ -340,4 +340,3 @@ PyObject *GPU_initPython(void)
PyDict_SetItem(PyImport_GetModuleDict(), PyModule_GetNameObject(module), module);
return module;
}
-