~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu4

« back to all changes in this revision

Viewing changes to src/util/map-list.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-06 22:03:02 UTC
  • mto: (2.4.1 sid) (1.4.1 upstream) (45.1.3 maverick)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060706220302-itgso3qgxdaxjmcy
Tags: upstream-0.44
ImportĀ upstreamĀ versionĀ 0.44

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  Local Variables:
61
61
  mode:c++
62
62
  c-file-style:"stroustrup"
63
 
  c-file-offsets:((innamespace . 0)(inline-open . 0))
 
63
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
64
64
  indent-tabs-mode:nil
65
65
  fill-column:99
66
66
  End:
67
67
*/
68
 
// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 
68
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :