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:
authorCampbell Barton <ideasman42@gmail.com>2019-06-06 07:48:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-06 07:50:12 +0300
commitf0ff593d9784a78ef807608d54617a62986522d0 (patch)
tree082af56c368bbfab02ec71784b47204691e9c5fc /source/blender/freestyle/FRS_precomp.cpp
parentc257e1a2988df786950b75eedb9e3233f2e97631 (diff)
Cleanup: indentation
Also add comment to `FRS_precomp.h`.
Diffstat (limited to 'source/blender/freestyle/FRS_precomp.cpp')
-rw-r--r--source/blender/freestyle/FRS_precomp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/freestyle/FRS_precomp.cpp b/source/blender/freestyle/FRS_precomp.cpp
index 771f5bf3a4a..7e50a47f45b 100644
--- a/source/blender/freestyle/FRS_precomp.cpp
+++ b/source/blender/freestyle/FRS_precomp.cpp
@@ -1 +1,2 @@
-#include "FRS_precomp.h" \ No newline at end of file
+/* Pre-compiled headers, see: D2606. */
+#include "FRS_precomp.h"