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/blenlib/BLI_system.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/blenlib/BLI_system.h') diff --git a/source/blender/blenlib/BLI_system.h b/source/blender/blenlib/BLI_system.h index 6823eccf97a..93ad0e1e70f 100644 --- a/source/blender/blenlib/BLI_system.h +++ b/source/blender/blenlib/BLI_system.h @@ -26,7 +26,6 @@ int BLI_cpu_support_sse2(void); void BLI_system_backtrace(FILE *fp); - /* Get CPU brand, result is to be MEM_freeN()-ed. */ char *BLI_cpu_brand_string(void); @@ -49,4 +48,4 @@ void BLI_hostname_get(char *buffer, size_t bufsize); # define BLI_SYSTEM_PID_H #endif -#endif /* __BLI_SYSTEM_H__ */ +#endif /* __BLI_SYSTEM_H__ */ -- cgit v1.2.3