From 52583aa8508e0e6bb6cb800a1f9f4c1425fd8d99 Mon Sep 17 00:00:00 2001
From: Ole Laursen <olau@iola.dk>
Date: Fri, 25 Oct 2013 13:55:49 +0000
Subject: [PATCH] Add extra newline, forgot to commit that with previous commit
  - Legacy-Id: 6489

---
 ietf/iesg/agenda.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ietf/iesg/agenda.py b/ietf/iesg/agenda.py
index 84e737c0e..d9c69ac81 100644
--- a/ietf/iesg/agenda.py
+++ b/ietf/iesg/agenda.py
@@ -72,6 +72,7 @@ def get_doc_section(doc):
             s += ".2"
         else:
             s += ".1"
+
     elif doc.type_id == 'conflrev':
         if doc.get_state('conflrev').slug not in ('adrev','iesgeval','appr-reqnopub-pend','appr-reqnopub-sent','appr-noprob-pend','appr-noprob-sent','defer'):
              s = "3.4.3"