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:
Diffstat (limited to 'source/blender/blenlib/BLI_system.h')
-rw-r--r--source/blender/blenlib/BLI_system.h3
1 files changed, 1 insertions, 2 deletions
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 <unistd.h>
#endif
-#endif /* __BLI_SYSTEM_H__ */
+#endif /* __BLI_SYSTEM_H__ */