summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qelfparser_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/plugin/qelfparser_p.h')
-rw-r--r--src/corelib/plugin/qelfparser_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/plugin/qelfparser_p.h b/src/corelib/plugin/qelfparser_p.h
index cdf055329d..72ee30d282 100644
--- a/src/corelib/plugin/qelfparser_p.h
+++ b/src/corelib/plugin/qelfparser_p.h
@@ -56,7 +56,7 @@
QT_REQUIRE_CONFIG(library);
-#if defined (Q_OF_ELF) && defined(Q_CC_GNU)
+#if defined(Q_OF_ELF) && defined(Q_CC_GNU)
QT_BEGIN_NAMESPACE
@@ -72,7 +72,7 @@ class QElfParser
{
public:
enum { QtMetaDataSection, NoQtSection, NotElf, Corrupt };
- enum {ElfLittleEndian = 0, ElfBigEndian = 1};
+ enum { ElfLittleEndian = 0, ElfBigEndian = 1 };
struct ElfSectionHeader
{