JANITORIAL: Format forward declarations to follow convention

This commit is contained in:
Ori Avtalion 2011-04-25 22:29:26 +03:00
parent 80c90a569e
commit cd6ee0589d
76 changed files with 132 additions and 115 deletions

View file

@ -33,8 +33,8 @@
#include "backends/plugins/elf/version.h"
namespace Common {
class FSList;
class FSNode;
class FSList;
class FSNode;
}