fix indentation in sendemailsummary.php

This commit is contained in:
Evan Prodromou 2011-02-15 16:27:51 -05:00
parent 845b1cff72
commit f31db669b0

View File

@ -1,6 +1,6 @@
#!/usr/bin/env php
<?php
/*
<?php
/*
* StatusNet - a distributed open-source microblogging tool
* Copyright (C) 2010, StatusNet, Inc.
*
@ -45,3 +45,4 @@ try {
} catch (NoUserArgumentException $nuae) {
$qm->enqueue(null, 'sitesum');
}