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:
authorJoshua Leung <aligorith@gmail.com>2012-03-04 06:43:15 +0400
committerJoshua Leung <aligorith@gmail.com>2012-03-04 06:43:15 +0400
commit6c37e0a44261bf42f42e817411f773dde1d99dc3 (patch)
tree6c457fe9cb054a943a4ab92f07802d381a7910ce /source/blender/editors/animation/fmodifier_ui.c
parentd99888d786ae46ea6ac8ac4a435d38789861207e (diff)
Whitespace tweaks
Diffstat (limited to 'source/blender/editors/animation/fmodifier_ui.c')
-rw-r--r--source/blender/editors/animation/fmodifier_ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/animation/fmodifier_ui.c b/source/blender/editors/animation/fmodifier_ui.c
index f2e18983e05..de0af2d8f8f 100644
--- a/source/blender/editors/animation/fmodifier_ui.c
+++ b/source/blender/editors/animation/fmodifier_ui.c
@@ -155,7 +155,7 @@ static void draw_modifier__generator(uiLayout *layout, ID *id, FModifier *fcm, s
cp= data->coefficients;
for (i=0; (i < data->arraysize) && (cp); i++, cp++) {
- /* To align with first line. */
+ /* To align with first line */
if (i)
uiDefBut(block, LABEL, 1, " ", 0, 0, 50, 20, NULL, 0.0, 0.0, 0, 0, "");
else
@@ -208,7 +208,7 @@ static void draw_modifier__generator(uiLayout *layout, ID *id, FModifier *fcm, s
cp= data->coefficients;
for (i=0; (i < data->poly_order) && (cp); i++, cp+=2) {
- /* To align with first line. */
+ /* To align with first line */
if (i)
uiDefBut(block, LABEL, 1, " ", 0, 0, 50, 20, NULL, 0.0, 0.0, 0, 0, "");
else