Mercurial > pidgin
view plugins/crazychat/test.h @ 13211:ca559e2b1d0a
[gaim-migrate @ 15575]
Just a couple miscellaneous whitespace, spelling, and warning fixed from one
of my trees.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Fri, 10 Feb 2006 05:14:46 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
