summaryrefslogtreecommitdiff
path: root/apt-private/private-show.cc
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2013-08-30 17:18:20 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2013-09-03 23:11:58 +0200
commitee0167c4a0bf0c6de5437d3b641e7e7c0c614f17 (patch)
treede508eb59b34f978f70aac3641601dc2a91f04cb /apt-private/private-show.cc
parent968179cf7b9e1a633c283745da15755d8de4acbd (diff)
fix vim-style foldmarker
Git-Dch: Ignore
Diffstat (limited to 'apt-private/private-show.cc')
-rw-r--r--apt-private/private-show.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/apt-private/private-show.cc b/apt-private/private-show.cc
index e26a2b30a..7f4beb7d0 100644
--- a/apt-private/private-show.cc
+++ b/apt-private/private-show.cc
@@ -1,3 +1,4 @@
+// Includes /*{{{*/
#include <apt-pkg/error.h>
#include <apt-pkg/cachefile.h>
#include <apt-pkg/cachefilter.h>
@@ -23,6 +24,7 @@
#include "private-output.h"
#include "private-cacheset.h"
+ /*}}}*/
namespace APT {
namespace Cmd {
@@ -87,8 +89,7 @@ bool DisplayRecord(pkgCacheFile &CacheFile, pkgCache::VerIterator V,
return true;
}
/*}}}*/
-
-bool ShowPackage(CommandLine &CmdL)
+bool ShowPackage(CommandLine &CmdL) /*{{{*/
{
pkgCacheFile CacheFile;
CacheSetHelperVirtuals helper(true, GlobalError::NOTICE);