From b8ead85f630e835f2ba833cbfcfbb7206b2100eb Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 8 May 2014 17:23:04 -0400 Subject: [PATCH] comment break --- src/tile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tile.cpp b/src/tile.cpp index 329d19f..21e8fcc 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -260,8 +260,8 @@ void Tile::AsyncShape(uv_work_t* req) { } } - // Add a textual representation of the font so that we can figure out - // later what font we need to use. + // Add a textual representation of the font so that we can figure + // out later what font we need to use. for (auto const& face : tile_faces) { std::string name = face->family + " " + face->style; mutable_layer->add_faces(name);