From a1d73d03eb91be72b0f10ff4a9c6eb00f04b97c6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 14 Jan 2019 16:15:33 +1100 Subject: Cleanup: move comments above definitions For clang-format not to wrap definitions. --- source/blender/editors/space_file/fsmenu.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_file/fsmenu.c') diff --git a/source/blender/editors/space_file/fsmenu.c b/source/blender/editors/space_file/fsmenu.c index 9b1aae03219..2fa9134165d 100644 --- a/source/blender/editors/space_file/fsmenu.c +++ b/source/blender/editors/space_file/fsmenu.c @@ -45,9 +45,11 @@ #include "ED_fileselect.h" #ifdef WIN32 -# include /* need to include windows.h so _WIN32_IE is defined */ -# include /* for SHGetSpecialFolderPath, has to be done before BLI_winstuff - * because 'near' is disabled through BLI_windstuff */ + /* Need to include windows.h so _WIN32_IE is defined. */ +# include + /* For SHGetSpecialFolderPath, has to be done before BLI_winstuff + * because 'near' is disabled through BLI_windstuff. */ +# include # include "BLI_winstuff.h" #endif -- cgit v1.2.3