From caaec5c1c82aee752c1ef72ef6add46603311bfb Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 12 Jun 2012 05:12:24 +0200 Subject: [PATCH] * Style cleanup. --- src/libtomahawk/Typedefs.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/libtomahawk/Typedefs.h b/src/libtomahawk/Typedefs.h index e442f2328..730799e9a 100644 --- a/src/libtomahawk/Typedefs.h +++ b/src/libtomahawk/Typedefs.h @@ -99,10 +99,11 @@ namespace Tomahawk typedef QList< SerializedUpdater > SerializedUpdaterList; - namespace InfoSystem { - - - enum InfoType { // as items are saved in cache, mark them here to not change them + namespace InfoSystem + { + enum InfoType + { + // as items are saved in cache, mark them here to not change them InfoNoInfo = 0, //WARNING: *ALWAYS* keep this first! InfoTrackID = 1, InfoTrackArtist = 2,