Fix session code identation
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 13 Apr 2010 14:31:12 +0000 (16:31 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 13 Apr 2010 14:31:12 +0000 (16:31 +0200)
src/session.c

index f52befe..3d3c92d 100644 (file)
@@ -210,7 +210,7 @@ struct connman_service *__connman_session_request(const char *bearer_name,
                /* we only support one bearer per process */
                if (bearer_name_len &&
                        g_strcmp0(session->bearer->name, bearer_name))
-                       return NULL;
+                               return NULL;
 
                g_atomic_int_inc(&session->refcount);