indent
authorMichael Andres <ma@suse.de>
Tue, 15 Jan 2008 18:16:23 +0000 (18:16 +0000)
committerMichael Andres <ma@suse.de>
Tue, 15 Jan 2008 18:16:23 +0000 (18:16 +0000)
zypp/sat/Solvable.h

index 72f2e9f..173b6af 100644 (file)
@@ -77,14 +77,14 @@ namespace zypp
         Repo repo() const;
 
       public:
-        IdString        ident()    const;
+        IdString     ident()    const;
 
         ResKind      kind()     const;
         std::string  name()     const;
         Edition      edition()  const;
         Arch         arch()     const;
 
-        IdString        vendor()   const;
+        IdString     vendor()   const;
 
       public: