diff options
Diffstat (limited to 'basebmp/test/tools.cxx')
-rw-r--r-- | basebmp/test/tools.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basebmp/test/tools.cxx b/basebmp/test/tools.cxx index dbc11395d715..ab7219ec32af 100644 --- a/basebmp/test/tools.cxx +++ b/basebmp/test/tools.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -47,3 +48,5 @@ int countPixel( const BitmapDeviceSharedPtr& rDevice, return count; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |