Style fix.

This commit is contained in:
Rene Gollent 2014-03-08 09:46:13 -05:00
parent b7282c5f2e
commit 84e7206b05

View File

@ -34,7 +34,8 @@ namespace {
class PackageInfoErrorListener : public BPackageInfo::ParseErrorListener {
public:
PackageInfoErrorListener(const char* context)
: fContext(context)
:
fContext(context)
{
}