]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
fix some new compiler warnings reported by gcc-5
[apt.git] / apt-pkg / sourcelist.h
index 9df0c1d7419c3fbd46e38fef1d113fbd8e06b067..9983575092f25d4fbb337104b28c028464b680b3 100644 (file)
@@ -55,12 +55,12 @@ class metaIndex;
 class pkgSourceList
 {
    public:
-   
+
    // List of supported source list types
    class Type
    {
       public:
-      
+
       // Global list of Items supported
       static Type **GlobalList;
       static unsigned long GlobalListLen;
@@ -83,9 +83,9 @@ class pkgSourceList
       Type();
       virtual ~Type() {};
    };
-   
+
    typedef std::vector<metaIndex *>::const_iterator const_iterator;
-   
+
    protected:
 
    std::vector<metaIndex *> SrcList;