diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2018-02-12 12:56:31 -0500 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2018-02-12 12:59:05 -0500 |
commit | adc2be188c2c40e4f3faa72e36e599e249aa9dce (patch) | |
tree | aeebe9d2a39887b6cefa7d0295400297e2f900d9 /src/lib/ector/software/ector_renderer_software.eo | |
parent | 09bcf9e5fd381db0137d55f08400aa22afb3d819 (diff) |
eolian: convert all of cedric's tabs to spaces in .eo files
Diffstat (limited to '')
-rw-r--r-- | src/lib/ector/software/ector_renderer_software.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ector/software/ector_renderer_software.eo b/src/lib/ector/software/ector_renderer_software.eo index 16772100a2..4d226fc7ee 100644 --- a/src/lib/ector/software/ector_renderer_software.eo +++ b/src/lib/ector/software/ector_renderer_software.eo | |||
@@ -4,7 +4,7 @@ class Ector.Renderer.Software (Ector.Renderer) | |||
4 | data: null; | 4 | data: null; |
5 | methods { | 5 | methods { |
6 | fill @pure_virtual { | 6 | fill @pure_virtual { |
7 | [[Renderer fill operation]] | 7 | [[Renderer fill operation]] |
8 | return: bool; [[$true on success, $false otherwise]] | 8 | return: bool; [[$true on success, $false otherwise]] |
9 | } | 9 | } |
10 | } | 10 | } |