Slider: Style fixes

Pointer style
Newlines
Indentation
Compare against NULL or 0 explicitly
use single floating point precision for float literals (i.e. use 0.0f)
This commit is contained in:
John Scipione
2016-03-22 12:00:36 -07:00
parent 5f6a4730cb
commit 8be1a5f082
2 changed files with 167 additions and 136 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2001-2015, Haiku, Inc. All rights reserved.
* Copyright 2001-2016 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _SLIDER_H