diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 20:55:49 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 21:01:05 +0800 |
commit | 79a634bec5750340ba11a888e4694683938221d0 (patch) | |
tree | 855080e74f2908549edafe5509814e7b57b74a5c | |
parent | 7be06cbed86cd7382854832f58089d6fa269d3b2 (diff) | |
download | gsoc2013-empathy-79a634bec5750340ba11a888e4694683938221d0.tar gsoc2013-empathy-79a634bec5750340ba11a888e4694683938221d0.tar.gz gsoc2013-empathy-79a634bec5750340ba11a888e4694683938221d0.tar.bz2 gsoc2013-empathy-79a634bec5750340ba11a888e4694683938221d0.tar.lz gsoc2013-empathy-79a634bec5750340ba11a888e4694683938221d0.tar.xz gsoc2013-empathy-79a634bec5750340ba11a888e4694683938221d0.tar.zst gsoc2013-empathy-79a634bec5750340ba11a888e4694683938221d0.zip |
empathy-tp-roomlist: fix coding style
-rw-r--r-- | libempathy/empathy-tp-roomlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-roomlist.c b/libempathy/empathy-tp-roomlist.c index ab29f6252..417a287d3 100644 --- a/libempathy/empathy-tp-roomlist.c +++ b/libempathy/empathy-tp-roomlist.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * * Authors: Xavier Claessens <xclaesse@gmail.com> */ |