indentation consistency

This commit is contained in:
Steven G. Johnson 2015-03-27 12:49:16 -04:00
parent c851c67888
commit 11d2ece545
2 changed files with 32 additions and 31 deletions

View File

@ -1,3 +1,4 @@
/* -*- mode: c; c-basic-offset: 2; tab-width: 2; indent-tabs-mode: nil -*- */
/* /*
* Copyright (c) 2009 Public Software Group e. V., Berlin, Germany * Copyright (c) 2009 Public Software Group e. V., Berlin, Germany
* *

View File

@ -66,7 +66,7 @@
* runtime version may append a string like "-dev" to the version number * runtime version may append a string like "-dev" to the version number
* for prerelease versions. * for prerelease versions.
* *
* @note The shared-library version number in the Makefile will be different, * @note The shared-library version number in the Makefile may be different,
* being based on ABI compatibility rather than API compatibility. * being based on ABI compatibility rather than API compatibility.
*/ */
/** @{ */ /** @{ */