[lxc-devel] [lxc/master] lxccontainer: fix indendation

brauner on Github lxc-bot at linuxcontainers.org
Tue Jul 24 13:09:46 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180724/7df5a06c/attachment.bin>
-------------- next part --------------
From 095b5c7d2e80cda9a9f370c7a2acd157856b14ac Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Tue, 24 Jul 2018 15:09:13 +0200
Subject: [PATCH] lxccontainer: fix indendation

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 src/lxc/lxccontainer.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lxc/lxccontainer.h b/src/lxc/lxccontainer.h
index 3eb62e0d9..fdabbe474 100644
--- a/src/lxc/lxccontainer.h
+++ b/src/lxc/lxccontainer.h
@@ -855,16 +855,16 @@ struct lxc_container {
 	/*!
 	 * \brief Mount the host's path `source` onto the container's path `target`.
 	 */
-	int (*mount)(struct lxc_container *c,
-				 const char *source, const char *target,
-				 const char *filesystemtype, unsigned long mountflags,
-				 const void *data, struct lxc_mount *mnt);
+	int (*mount)(struct lxc_container *c, const char *source,
+		     const char *target, const char *filesystemtype,
+		     unsigned long mountflags, const void *data,
+		     struct lxc_mount *mnt);
 
 	/*!
 	 * \brief Unmount the container's path `target`.
 	 */
 	int (*umount)(struct lxc_container *c, const char *target,
-				  unsigned long mountflags, struct lxc_mount *mnt);
+		      unsigned long mountflags, struct lxc_mount *mnt);
 };
 
 /*!


More information about the lxc-devel mailing list