From 4b649d386cb808cfd64a3ebab982d0ecd0813c86 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 4 Jan 2013 18:39:13 +0100 Subject: various code style fixes --- src/display_buffer.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/display_buffer.hh') diff --git a/src/display_buffer.hh b/src/display_buffer.hh index 5a5f1558..ef00a19b 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -117,8 +117,8 @@ struct DisplayAtom AtomContent content; DisplayAtom(AtomContent content) - : content(std::move(content)), attribute(Normal), - fg_color(Color::Default), bg_color(Color::Default) {} + : content(std::move(content)), attribute(Normal), + fg_color(Color::Default), bg_color(Color::Default) {} }; class DisplayLine -- cgit v1.2.3