Mercurial > pidgin
view plugins/crazychat/test.h @ 12783:520d9abca2aa
[gaim-migrate @ 15130]
More whitespace.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Mon, 09 Jan 2006 07:29:41 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
