diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-07-15 08:06:52 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-07-15 08:06:52 -0700 |
commit | 9d2b3a91cafd61ab8c973629153017489e9d2e67 (patch) | |
tree | 0dafbed6d033ea75335353d5fa40d3fb39dff8ee /src/qt | |
parent | 137785f13a472365eb8dbc95cac4bde41f72de56 (diff) | |
download | aptitude-9d2b3a91cafd61ab8c973629153017489e9d2e67.tar.gz |
Indentation fix.
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/widgets/tab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/widgets/tab.h b/src/qt/widgets/tab.h index 68e5c741..f3477ec2 100644 --- a/src/qt/widgets/tab.h +++ b/src/qt/widgets/tab.h @@ -33,7 +33,7 @@ namespace aptitude * * * Every tab has a name, which will be displayed in the UI, and a type, - * indicating which of the UI pages it implements + * indicating which of the UI pages it implements */ class tab : public QWidget { |