From 91e97dbe3694c86a5b8e3121ad2c375018c4ecf3 Mon Sep 17 00:00:00 2001
From: Enric Tejedor Saavedra <enric.tejedor.saavedra@cern.ch>
Date: Tue, 4 Dec 2018 14:34:06 +0100
Subject: [PATCH] [Exp PyROOT] Watch out with comment alignment

---
 .../PyROOT/python/ROOT/pythonization/_generic.py                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_generic.py b/bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_generic.py
index 051edb6c7f3..a918ee09be2 100644
--- a/bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_generic.py
+++ b/bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_generic.py
@@ -12,7 +12,7 @@ from libROOTPython import AddPrettyPrintingPyz
 from ROOT import pythonization
 
 def add_len(klass, getter_name):
-	# Parameters:
+    # Parameters:
     # klass: class to be pythonized
     # getter_name: name of the method to be associated with `len` in `klass`
 
-- 
GitLab