Cleaned up codes for next packaging.

This commit is contained in:
Takeshi Nakatani
2014-09-07 15:08:27 +00:00
parent 4c32bc0aa5
commit 7a7c7572ea
23 changed files with 385 additions and 8 deletions

View File

@ -217,3 +217,12 @@ string get_date()
strftime(buf, sizeof(buf), "%a, %d %b %Y %H:%M:%S GMT", gmtime(&t));
return buf;
}
/*
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noet sw=4 ts=4 fdm=marker
* vim<600: noet sw=4 ts=4
*/