[gtk-vnc] Fix some more indentation mistakes
- From: Daniel P. Berrange <dberrange src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-vnc] Fix some more indentation mistakes
- Date: Wed, 21 Dec 2011 17:34:48 +0000 (UTC)
commit 23bed96eea41ed3789c1554c4aad0f6f81200e91
Author: Daniel P. Berrange <berrange redhat com>
Date: Wed Dec 21 16:51:06 2011 +0000
Fix some more indentation mistakes
src/vncconnection.h | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/src/vncconnection.h b/src/vncconnection.h
index b8b1343..764b857 100644
--- a/src/vncconnection.h
+++ b/src/vncconnection.h
@@ -142,12 +142,11 @@ typedef enum {
VNC_CONNECTION_AUTH_VENCRYPT_TLSSASL = 264,
} VncConnectionAuthVencrypt;
-typedef enum
- {
- VNC_CONNECTION_CREDENTIAL_PASSWORD,
- VNC_CONNECTION_CREDENTIAL_USERNAME,
- VNC_CONNECTION_CREDENTIAL_CLIENTNAME,
- } VncConnectionCredential;
+typedef enum {
+ VNC_CONNECTION_CREDENTIAL_PASSWORD,
+ VNC_CONNECTION_CREDENTIAL_USERNAME,
+ VNC_CONNECTION_CREDENTIAL_CLIENTNAME,
+} VncConnectionCredential;
GType vnc_connection_get_type(void) G_GNUC_CONST;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]