From 44aebd95365e78ebf711061a2d3926fff544a00c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 2 Jan 2004 22:29:03 +0000 Subject: [PATCH] Slight style update. --- src/schedule.py | 2 ++ src/world.py | 1 + 2 files changed, 3 insertions(+) diff --git a/src/schedule.py b/src/schedule.py index e4e3d339d..d69ba88e2 100644 --- a/src/schedule.py +++ b/src/schedule.py @@ -113,4 +113,6 @@ removeEvent = schedule.removeEvent addPeriodicEvent = schedule.addPeriodicEvent removePeriodicEvent = removeEvent run = schedule.run + + # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: diff --git a/src/world.py b/src/world.py index f2207c5d7..bf2f1954f 100644 --- a/src/world.py +++ b/src/world.py @@ -126,4 +126,5 @@ startup = False testing = False dying = False + # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: