mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14960 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8355371659
commit
1ba5b88acd
3 changed files with 6 additions and 6 deletions
|
@ -38,14 +38,14 @@ static double rint(double a)
|
|||
* Runtime MacOS-X compatibility flags.
|
||||
*/
|
||||
|
||||
BOOL GSMacOSXCompatibleGeometry()
|
||||
BOOL GSMacOSXCompatibleGeometry(void)
|
||||
{
|
||||
if (GSUserDefaultsFlag(GSOldStyleGeometry) == YES)
|
||||
return NO;
|
||||
return GSUserDefaultsFlag(GSMacOSXCompatible);
|
||||
}
|
||||
|
||||
BOOL GSMacOSXCompatiblePropertyLists()
|
||||
BOOL GSMacOSXCompatiblePropertyLists(void)
|
||||
{
|
||||
if (GSUserDefaultsFlag(NSWriteOldStylePropertyLists) == YES)
|
||||
return NO;
|
||||
|
@ -114,7 +114,7 @@ encodeBase64(NSData *source)
|
|||
|
||||
static NSCharacterSet *quotables = nil;
|
||||
|
||||
static void setupQuotables()
|
||||
static void setupQuotables(void)
|
||||
{
|
||||
if (quotables == nil)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue