From e12c08e8d170b7ca40f204a5b0423c23a9fbc2c1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 06:17:24 +0200 Subject: ClangFormat: apply to source, most of intern Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat --- source/blender/collada/collada.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source/blender/collada/collada.h') diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h index 2e407c30700..df6e72cbf3a 100644 --- a/source/blender/collada/collada.h +++ b/source/blender/collada/collada.h @@ -42,11 +42,9 @@ struct bContext; /* * both return 1 on success, 0 on error */ -int collada_import(struct bContext *C, - ImportSettings *import_settings); +int collada_import(struct bContext *C, ImportSettings *import_settings); -int collada_export(struct bContext *C, - ExportSettings *export_settings); +int collada_export(struct bContext *C, ExportSettings *export_settings); #ifdef __cplusplus } -- cgit v1.2.3