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>2014-08-29 09:35:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-08-29 09:35:19 +0400
commit8a215669e8668b81610903a80a0c11e1cf64ccac (patch)
tree8f36c005b3d3327c46cea7240feb5a1437020fd4 /source/blender/blenlib/BLI_dial.h
parent1dddad93c45bb29e001afe21e24ae1f34aaa3e7f (diff)
Cleanup
Diffstat (limited to 'source/blender/blenlib/BLI_dial.h')
-rw-r--r--source/blender/blenlib/BLI_dial.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_dial.h b/source/blender/blenlib/BLI_dial.h
index 61420f43bca..c8b57e803d2 100644
--- a/source/blender/blenlib/BLI_dial.h
+++ b/source/blender/blenlib/BLI_dial.h
@@ -52,8 +52,8 @@
typedef struct Dial Dial;
-Dial * BLI_dial_initialize(float start_position[2], float threshold);
+Dial *BLI_dial_initialize(float start_position[2], float threshold);
float BLI_dial_angle(Dial *dial, float current_position[2]);
-#endif /* __BLI_DIAL_H__ */ \ No newline at end of file
+#endif /* __BLI_DIAL_H__ */