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:
Diffstat (limited to 'source/blender/img/intern/IMG_Line.h')
-rw-r--r--source/blender/img/intern/IMG_Line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/img/intern/IMG_Line.h b/source/blender/img/intern/IMG_Line.h
index 27243226042..0eb4a261d5f 100644
--- a/source/blender/img/intern/IMG_Line.h
+++ b/source/blender/img/intern/IMG_Line.h
@@ -138,5 +138,5 @@ inline void IMG_Line::getPoint(float t, TInt32& x, TInt32& y) const
y = (TInt32) (((float)m_ys) + (t * (m_ye - m_ys)));
}
-
#endif // _H_IMG_Line
+