diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 20:51:48 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 21:01:04 +0800 |
commit | c0dcaede2b8a47ae0da897cc18f2899d6a649433 (patch) | |
tree | b1cc167716064db6b58b9ce53a1359355883084b | |
parent | 49b39abeec278ac6e78f6c87ac63d8fbb86b1b12 (diff) | |
download | gsoc2013-empathy-c0dcaede2b8a47ae0da897cc18f2899d6a649433.tar gsoc2013-empathy-c0dcaede2b8a47ae0da897cc18f2899d6a649433.tar.gz gsoc2013-empathy-c0dcaede2b8a47ae0da897cc18f2899d6a649433.tar.bz2 gsoc2013-empathy-c0dcaede2b8a47ae0da897cc18f2899d6a649433.tar.lz gsoc2013-empathy-c0dcaede2b8a47ae0da897cc18f2899d6a649433.tar.xz gsoc2013-empathy-c0dcaede2b8a47ae0da897cc18f2899d6a649433.tar.zst gsoc2013-empathy-c0dcaede2b8a47ae0da897cc18f2899d6a649433.zip |
empathy-idle: fix coding style
-rw-r--r-- | libempathy/empathy-idle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c index eeb183892..d52ac9df2 100644 --- a/libempathy/empathy-idle.c +++ b/libempathy/empathy-idle.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> */ @@ -31,7 +31,7 @@ #include <libmissioncontrol/mc-enum-types.h> #include "empathy-idle.h" -#include "empathy-utils.h" +#include "empathy-utils.h" #define DEBUG_FLAG EMPATHY_DEBUG_OTHER #include "empathy-debug.h" |