diff options
author | Chris Michael <cp.michael@samsung.com> | 2017-09-19 11:45:43 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2017-09-19 11:45:43 -0400 |
commit | bd2588e72fb43c626398bcf04c15831d5c768fec (patch) | |
tree | cc13dd8bbe41e8118b71e3ac71b7048be511a99a /src/lib/ecore_drm2 | |
parent | 7bbafe034b28c65bafbbad5ccf27dac5de5abf9a (diff) |
ecore-drm2: Minor formatting fix
NB: No functional changes
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/ecore_drm2')
-rw-r--r-- | src/lib/ecore_drm2/ecore_drm2_outputs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_drm2/ecore_drm2_outputs.c b/src/lib/ecore_drm2/ecore_drm2_outputs.c index e64f8f03c9..ed34da08b9 100644 --- a/src/lib/ecore_drm2/ecore_drm2_outputs.c +++ b/src/lib/ecore_drm2/ecore_drm2_outputs.c | |||
@@ -1557,6 +1557,7 @@ _blank_fallback_handler(int fd EINA_UNUSED, unsigned int frame EINA_UNUSED, unsi | |||
1557 | output->fallback_usec = usec; | 1557 | output->fallback_usec = usec; |
1558 | output->fallback_sec = sec; | 1558 | output->fallback_sec = sec; |
1559 | } | 1559 | } |
1560 | |||
1560 | static int | 1561 | static int |
1561 | _blanktime_fallback(Ecore_Drm2_Output *output, int sequence, long *sec, long *usec) | 1562 | _blanktime_fallback(Ecore_Drm2_Output *output, int sequence, long *sec, long *usec) |
1562 | { | 1563 | { |