whitespace fixes

This commit is contained in:
Dane Springmeyer 2012-02-01 17:38:18 -08:00
parent 3fa794c6ac
commit 7b1643f0e3

View file

@ -254,14 +254,14 @@ int main ( int argc , char** argv)
save_to_file<image_data_32>(buf.data(),"demo.png","png");
save_to_file<image_data_32>(buf.data(),"demo256.png","png256");
save_to_file<image_data_32>(buf.data(),"demo.tif","tiff");
std::cout << "Three maps have been rendered using AGG in the current directory:\n"
"- demo.jpg\n"
"- demo.png\n"
"- demo256.png\n"
"- demo.tif\n"
"Have a look!\n";
#if defined(HAVE_CAIRO)
Cairo::RefPtr<Cairo::ImageSurface> image_surface;