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>2018-09-20 00:11:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-20 00:15:45 +0300
commit87b628db2ace4f4e2058a756d561080c1a926503 (patch)
treee28508bdb054d9a53879304a483e910d1d080d53 /source/blender/blenlib/BLI_expr_pylike_eval.h
parent73ac72fa89a2a54d18b806cc4f28392c954ee13e (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenlib/BLI_expr_pylike_eval.h')
-rw-r--r--source/blender/blenlib/BLI_expr_pylike_eval.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_expr_pylike_eval.h b/source/blender/blenlib/BLI_expr_pylike_eval.h
index e8311bc43b6..578e4776038 100644
--- a/source/blender/blenlib/BLI_expr_pylike_eval.h
+++ b/source/blender/blenlib/BLI_expr_pylike_eval.h
@@ -57,10 +57,10 @@ ExprPyLike_Parsed *BLI_expr_pylike_parse(
eExprPyLike_EvalStatus BLI_expr_pylike_eval(
struct ExprPyLike_Parsed *expr,
const double *param_values, int param_values_len,
- double *r_result);
+ double *r_result);
#ifdef __cplusplus
}
#endif
-#endif /* __BLI_EXPR_PYLIKE_EVALUATE_H__ */
+#endif /* __BLI_EXPR_PYLIKE_EVAL_H__ */