[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3643/8267] bitbake: toaster: models Layer fix whitespace



commit 9dbcc0fbb30354e1de6253cf5bb9a5ddd1bc32eb
Author: Michael Wood <michael g wood intel com>
Date:   Fri Dec 9 16:52:43 2016 +0000

    bitbake: toaster: models Layer fix whitespace
    
    (Bitbake rev: 8116cb4f71de09eff124cd48d80cc7a7c64da5e1)
    
    Signed-off-by: Michael Wood <michael g wood intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 bitbake/lib/toaster/orm/models.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py
index 8816fe0..4cd6683 100644
--- a/bitbake/lib/toaster/orm/models.py
+++ b/bitbake/lib/toaster/orm/models.py
@@ -1385,7 +1385,7 @@ class Layer(models.Model):
     name = models.CharField(max_length=100)
     layer_index_url = models.URLField()
     vcs_url = GitURLField(default=None, null=True)
-    local_source_dir = models.TextField(null = True, default = None)
+    local_source_dir = models.TextField(null=True, default=None)
     vcs_web_url = models.URLField(null=True, default=None)
     vcs_web_tree_base_url = models.URLField(null=True, default=None)
     vcs_web_file_base_url = models.URLField(null=True, default=None)


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