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>2012-05-11 20:11:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-11 20:11:52 +0400
commitc8da0d01d401e2d947c320a94bf5878febdd93f1 (patch)
tree440304f3838c1721dce8d549f1ced8ec2567997a /source/blender/blenfont/intern/blf_dir.c
parent713a517f407b60656d7ae1d28266d8ada44fd994 (diff)
style cleanup: whitespace
Diffstat (limited to 'source/blender/blenfont/intern/blf_dir.c')
-rw-r--r--source/blender/blenfont/intern/blf_dir.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenfont/intern/blf_dir.c b/source/blender/blenfont/intern/blf_dir.c
index 824f1715f3c..4fde9fe6787 100644
--- a/source/blender/blenfont/intern/blf_dir.c
+++ b/source/blender/blenfont/intern/blf_dir.c
@@ -163,10 +163,10 @@ int blf_dir_split(const char *str, char *file, int *size)
file[i] = str[i];
file[i] = '.';
- file[i+1] = 't';
- file[i+2] = 't';
- file[i+3] = 'f';
- file[i+4] = '\0';
+ file[i + 1] = 't';
+ file[i + 2] = 't';
+ file[i + 3] = 'f';
+ file[i + 4] = '\0';
s++;
*size = atoi(s);
return 1;