Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
apk-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
60
Issues
60
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
apk-tools
Commits
11925542
Commit
11925542
authored
Jun 11, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
print: clean up after copy-paste
parent
36d1bfb4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
src/apk_print.h
src/apk_print.h
+1
-1
src/apk_state.h
src/apk_state.h
+0
-3
src/print.c
src/print.c
+1
-1
No files found.
src/apk_print.h
View file @
11925542
/* apk_
state
.h - Alpine Package Keeper (APK)
/* apk_
print
.h - Alpine Package Keeper (APK)
*
* Copyright (C) 2005-2008 Natanael Copa <n@tanael.org>
* Copyright (C) 2008 Timo Teräs <timo.teras@iki.fi>
...
...
src/apk_state.h
View file @
11925542
...
...
@@ -43,7 +43,4 @@ int apk_state_lock_name(struct apk_state *state,
struct
apk_name
*
name
,
struct
apk_package
*
newpkg
);
int
apk_print_indented
(
struct
apk_indent
*
i
,
apk_blob_t
blob
);
void
apk_print_indented_words
(
struct
apk_indent
*
i
,
const
char
*
text
);
#endif
src/print.c
View file @
11925542
/*
state
.c - Alpine Package Keeper (APK)
/*
print
.c - Alpine Package Keeper (APK)
*
* Copyright (C) 2005-2008 Natanael Copa <n@tanael.org>
* Copyright (C) 2008 Timo Teräs <timo.teras@iki.fi>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment