<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/23514">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pySim/filesystem: cosmetic: fix wrong indention<br><br>I always find Python's space-based indentation questionable...<br><br>Change-Id: Ibc10f335a6db00bcae8b6af36a42bd7830f7cf79<br>---<br>M pySim/filesystem.py<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/14/23514/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim/filesystem.py b/pySim/filesystem.py</span><br><span>index ba94d8f..43afad6 100644</span><br><span>--- a/pySim/filesystem.py</span><br><span>+++ b/pySim/filesystem.py</span><br><span>@@ -704,7 +704,7 @@</span><br><span>     def __init__(self, name, **kw):</span><br><span>         self.name = name</span><br><span>         self.desc = kw.get("desc", None)</span><br><span style="color: hsl(0, 100%, 40%);">-   self.files_in_mf = kw.get("files_in_mf", [])</span><br><span style="color: hsl(120, 100%, 40%);">+        self.files_in_mf = kw.get("files_in_mf", [])</span><br><span>         self.sw = kw.get("sw", [])</span><br><span>         self.applications = kw.get("applications", [])</span><br><span>         self.shell_cmdsets = kw.get("shell_cmdsets", [])</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/23514">change 23514</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/pysim/+/23514"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: pysim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ibc10f335a6db00bcae8b6af36a42bd7830f7cf79 </div>
<div style="display:none"> Gerrit-Change-Number: 23514 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>