|
From: Kouhei S. <nul...@cl...> - 2013-11-05 12:22:45
|
Kouhei Sutou 2013-11-05 21:22:26 +0900 (Tue, 05 Nov 2013) New Revision: 90c8e9057355c52f3b344df762a473d26af4698f https://github.com/clear-code/cutter/commit/90c8e9057355c52f3b344df762a473d26af4698f Message: Remove trailing spaces Modified files: module/report/cut-xml-report.c Modified: module/report/cut-xml-report.c (+2 -2) =================================================================== --- module/report/cut-xml-report.c 2013-11-05 21:18:56 +0900 (ac85c16) +++ module/report/cut-xml-report.c 2013-11-05 21:22:26 +0900 (d5d1446) @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Copyright (C) 2008 g新部 Hiroyuki Ikezoe <poi...@ik...> - * Copyright (C) 2009 Kouhei Sutou <ko...@co...> + * Copyright (C) 2009-2013 Kouhei Sutou <ko...@cl...> * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -405,7 +405,7 @@ attach_to_run_context (CutListener *listener, CutXMLReport *report = CUT_XML_REPORT(listener); if (report->run_context) detach_from_run_context(listener, report->run_context); - + if (run_context) { report->run_context = g_object_ref(run_context); connect_to_run_context(CUT_XML_REPORT(listener), run_context); |