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 10:23:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-29 10:23:51 +0300
commitb3727668168075137f2ded11d7a7821548e4451d (patch)
tree32d6ae27a8b386b765677bc5e3ffe6e33a182c09 /source/blender/modifiers
parentaf36dd4664ddf35c7ad99f05f9878ce1acf787bd (diff)
Cleanup: trailing newlines
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_fluidsim_util.h1
-rw-r--r--source/blender/modifiers/intern/MOD_subsurf.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_fluidsim_util.h b/source/blender/modifiers/intern/MOD_fluidsim_util.h
index 61ad270f6c8..2bb1da32718 100644
--- a/source/blender/modifiers/intern/MOD_fluidsim_util.h
+++ b/source/blender/modifiers/intern/MOD_fluidsim_util.h
@@ -48,4 +48,3 @@ struct DerivedMesh *fluidsimModifier_do(
int useRenderParams, int isFinalCalc);
#endif
-
diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c
index 18f9d0dc1b9..5a965c86a22 100644
--- a/source/blender/modifiers/intern/MOD_subsurf.c
+++ b/source/blender/modifiers/intern/MOD_subsurf.c
@@ -222,4 +222,3 @@ ModifierTypeInfo modifierType_Subsurf = {
/* foreachIDLink */ NULL,
/* foreachTexLink */ NULL,
};
-