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:
authorKent Mein <mein@cs.umn.edu>2002-10-30 05:07:20 +0300
committerKent Mein <mein@cs.umn.edu>2002-10-30 05:07:20 +0300
commit01bff7038323d617fbc83a39e9072631ccbdd65f (patch)
tree2ca70b537a273af35eb5c85c7bd55712fb112dcd /source/blender/img
parentf6c7a8935762c5bf7ff77a0e7d5d63554c5eb80d (diff)
fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
Diffstat (limited to 'source/blender/img')
-rw-r--r--source/blender/img/IMG_Api.h1
-rw-r--r--source/blender/img/intern/IMG_BrushRGBA32.h1
-rw-r--r--source/blender/img/intern/IMG_CanvasRGBA32.h1
-rw-r--r--source/blender/img/intern/IMG_Color.h1
-rw-r--r--source/blender/img/intern/IMG_Line.h2
-rw-r--r--source/blender/img/intern/IMG_MemPtr.h1
-rw-r--r--source/blender/img/intern/IMG_Pixmap.h1
-rw-r--r--source/blender/img/intern/IMG_PixmapRGBA32.h1
-rw-r--r--source/blender/img/intern/IMG_Rect.h1
-rw-r--r--source/blender/img/intern/IMG_Types.h1
10 files changed, 10 insertions, 1 deletions
diff --git a/source/blender/img/IMG_Api.h b/source/blender/img/IMG_Api.h
index 42b0d5e3a74..6bfc85ba605 100644
--- a/source/blender/img/IMG_Api.h
+++ b/source/blender/img/IMG_Api.h
@@ -61,3 +61,4 @@ extern void IMG_CanvasDrawLineUV(IMG_CanvasPtr canvas, IMG_BrushPtr brush, fl
#endif
#endif // _H_IMG_API
+
diff --git a/source/blender/img/intern/IMG_BrushRGBA32.h b/source/blender/img/intern/IMG_BrushRGBA32.h
index 4cb8b3b9617..a609b685087 100644
--- a/source/blender/img/intern/IMG_BrushRGBA32.h
+++ b/source/blender/img/intern/IMG_BrushRGBA32.h
@@ -132,3 +132,4 @@ inline void IMG_BrushRGBA32::getColor(IMG_ColorRGB& c) const
#endif // _H_IMG_BrushRGBA32
+
diff --git a/source/blender/img/intern/IMG_CanvasRGBA32.h b/source/blender/img/intern/IMG_CanvasRGBA32.h
index 4a59693cfde..fb201202fc1 100644
--- a/source/blender/img/intern/IMG_CanvasRGBA32.h
+++ b/source/blender/img/intern/IMG_CanvasRGBA32.h
@@ -93,3 +93,4 @@ public:
#endif // _H_IMG_CanvasRGBA32
+
diff --git a/source/blender/img/intern/IMG_Color.h b/source/blender/img/intern/IMG_Color.h
index 540907c66e9..8343f55e4f0 100644
--- a/source/blender/img/intern/IMG_Color.h
+++ b/source/blender/img/intern/IMG_Color.h
@@ -147,3 +147,4 @@ inline void IMG_ColorRGBA::blendColor(const IMG_ColorRGBA& c)
#endif // _H_IMG_Color
+
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
+
diff --git a/source/blender/img/intern/IMG_MemPtr.h b/source/blender/img/intern/IMG_MemPtr.h
index f6c93e50c42..772e7aa9886 100644
--- a/source/blender/img/intern/IMG_MemPtr.h
+++ b/source/blender/img/intern/IMG_MemPtr.h
@@ -112,3 +112,4 @@ public:
};
#endif // _H_IMG_MemPtr
+
diff --git a/source/blender/img/intern/IMG_Pixmap.h b/source/blender/img/intern/IMG_Pixmap.h
index 3491174d379..bde5b76e9b3 100644
--- a/source/blender/img/intern/IMG_Pixmap.h
+++ b/source/blender/img/intern/IMG_Pixmap.h
@@ -184,3 +184,4 @@ inline void IMG_Pixmap::getPixelAddress(float u, float v, TUns32& x, TUns32& y)
}
#endif // _H_IMG_Pixmap
+
diff --git a/source/blender/img/intern/IMG_PixmapRGBA32.h b/source/blender/img/intern/IMG_PixmapRGBA32.h
index 407e0868f09..71941737132 100644
--- a/source/blender/img/intern/IMG_PixmapRGBA32.h
+++ b/source/blender/img/intern/IMG_PixmapRGBA32.h
@@ -259,3 +259,4 @@ inline void IMG_PixmapRGBA32::getColor(TPixelRGBA32 p, IMG_ColorRGBA& c) const
}
#endif // _H_IMG_PixmapRGBA32
+
diff --git a/source/blender/img/intern/IMG_Rect.h b/source/blender/img/intern/IMG_Rect.h
index 654cd99d89b..980c96f11aa 100644
--- a/source/blender/img/intern/IMG_Rect.h
+++ b/source/blender/img/intern/IMG_Rect.h
@@ -198,3 +198,4 @@ inline bool IMG_Rect::isInside(TInt32 x, TInt32 y) const
}
#endif // _H_IMG_Rect
+
diff --git a/source/blender/img/intern/IMG_Types.h b/source/blender/img/intern/IMG_Types.h
index 0c035439611..d4988d39dc6 100644
--- a/source/blender/img/intern/IMG_Types.h
+++ b/source/blender/img/intern/IMG_Types.h
@@ -46,3 +46,4 @@ typedef enum {
} TVisibility;
#endif // _H_IMG_Types
+