From c1c26c36f62c3bfdb40b01f33004695a09ce2f4d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 22 Dec 2013 14:11:10 +1100 Subject: Style Cleanup: remove preprocessor indentation (updated wiki style guide too) --- source/blender/compositor/operations/COM_BlurBaseOperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_BlurBaseOperation.cpp') diff --git a/source/blender/compositor/operations/COM_BlurBaseOperation.cpp b/source/blender/compositor/operations/COM_BlurBaseOperation.cpp index dfff2bfeafb..c8d53b6992d 100644 --- a/source/blender/compositor/operations/COM_BlurBaseOperation.cpp +++ b/source/blender/compositor/operations/COM_BlurBaseOperation.cpp @@ -25,7 +25,7 @@ #include "MEM_guardedalloc.h" extern "C" { - #include "RE_pipeline.h" +# include "RE_pipeline.h" } BlurBaseOperation::BlurBaseOperation(DataType data_type) : NodeOperation() -- cgit v1.2.3