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-05-01 03:50:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-01 03:51:13 +0300
commitc7041403d0e52a1ddffefb1db5713dbb8e6908c7 (patch)
tree3eccb37efa2c624af31b5f067e3d3b5242fc0eb4 /source/blender/compositor/intern/COM_CPUDevice.h
parent63f0e150edaeea26fbcc48f62597f4f5c71cc64a (diff)
Cleanup: comments (long lines) in compositor
Diffstat (limited to 'source/blender/compositor/intern/COM_CPUDevice.h')
-rw-r--r--source/blender/compositor/intern/COM_CPUDevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_CPUDevice.h b/source/blender/compositor/intern/COM_CPUDevice.h
index d82046a729f..1d411569146 100644
--- a/source/blender/compositor/intern/COM_CPUDevice.h
+++ b/source/blender/compositor/intern/COM_CPUDevice.h
@@ -23,7 +23,8 @@
/**
* \brief class representing a CPU device.
- * \note for every hardware thread in the system a CPUDevice instance will exist in the workscheduler
+ * \note for every hardware thread in the system a CPUDevice instance
+ * will exist in the workscheduler.
*/
class CPUDevice : public Device {
public: