Skip to content

Commit 7b5c58d

Browse files
committed
astyle formatting
1 parent 7443883 commit 7b5c58d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/checknullpointer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ class CPPCHECKLIB CheckNullPointer : public Check {
6363
* @brief parse a function call and extract information about variable usage
6464
* @param tok first token
6565
* @param var variables that the function read / write.
66-
* @param library --library files data
66+
* @param library --library files data
6767
* @param value 0 => invalid with null pointers as parameter.
6868
* non-zero => invalid with uninitialized data.
6969
*/
7070
static void parseFunctionCall(const Token &tok,
7171
std::list<const Token *> &var,
72-
const Library *library,
72+
const Library *library,
7373
unsigned char value);
7474

7575
/**

0 commit comments

Comments
 (0)