[tip:tools/kvm] tools/kvm: Fix formatting in parse-options.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Commit-ID:  1cdfa1909203b8991a42461367ebbb36b143c042
Gitweb:     http://git.kernel.org/tip/1cdfa1909203b8991a42461367ebbb36b143c042
Author:     Pekka Enberg <penberg@xxxxxxxxxx>
AuthorDate: Mon, 22 Oct 2012 09:27:10 +0300
Committer:  Pekka Enberg <penberg@xxxxxxxxxx>
CommitDate: Mon, 22 Oct 2012 09:27:10 +0300

tools/kvm: Fix formatting in parse-options.h

Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxx>
---
 tools/kvm/include/kvm/parse-options.h | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/tools/kvm/include/kvm/parse-options.h b/tools/kvm/include/kvm/parse-options.h
index a8a25d0..cc188b9 100644
--- a/tools/kvm/include/kvm/parse-options.h
+++ b/tools/kvm/include/kvm/parse-options.h
@@ -83,17 +83,17 @@ typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
  *   CALLBACKS can use it like they want.
  */
 struct option {
-enum parse_opt_type type;
-int short_name;
-const char *long_name;
-void *value;
-const char *argh;
-const char *help;
-void *ptr;
-
-int flags;
-parse_opt_cb *callback;
-intptr_t defval;
+	enum parse_opt_type type;
+	int short_name;
+	const char *long_name;
+	void *value;
+	const char *argh;
+	const char *help;
+	void *ptr;
+
+	int flags;
+	parse_opt_cb *callback;
+	intptr_t defval;
 };
 
 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:-!!(e); }))
--
To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Stable Commits]     [Linux Stable Kernel]     [Linux Kernel]     [Linux USB Devel]     [Linux Video &Media]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux